1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 16:50:11 +02:00

Add a backup splash screen without unrounded corners if we detect there's no compositing

This commit is contained in:
Jason Herskowitz
2014-01-17 12:39:04 -05:00
parent 0417b446ef
commit c70949f7de
2 changed files with 30 additions and 2 deletions

View File

@@ -27,8 +27,8 @@
#include <functional>
using std::function;
#else
#include <tr1/functional>
using std::tr1::function;
#include <functional>
using std::function;
#endif
#include <QMetaMethod>