1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-17 12:02:48 +01:00

Maybe fix compilation on Qt < 4.7

This commit is contained in:
David Sansome 2012-05-27 21:15:37 +01:00
parent d36dd4d753
commit e71f436b70
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include "moodbarrenderer.h"
#include "core/application.h"
#include "core/closure.h"
#include "core/qhash_qurl.h"
#include "playlist/playlist.h"
#include <QApplication>

View File

@ -18,6 +18,7 @@
#include "moodbarloader.h"
#include "moodbarpipeline.h"
#include "core/closure.h"
#include "core/qhash_qurl.h"
#include "core/utilities.h"
#include <QCoreApplication>