mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Revert Closure fix
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#include <functional>
|
||||
using std::function;
|
||||
#else
|
||||
#include <functional>
|
||||
using std::function;
|
||||
#include <tr1/functional>
|
||||
using std::tr1::function;
|
||||
#endif
|
||||
|
||||
#include <QMetaMethod>
|
||||
|
Reference in New Issue
Block a user