1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-24 09:49:42 +01:00

More warning fixes

This commit is contained in:
Leo Franchi 2012-05-25 09:02:34 -04:00
parent da3bf8d43f
commit 9521ed3fde
5 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,7 @@
#include "SocialWidget.h"
#include "GlobalActionManager.h"
#include "ViewManager.h"
#include "Source.h"
using namespace Tomahawk;

View File

@ -30,7 +30,8 @@
#include "thirdparty/Qocoa/qsearchfield.h"
#include "utils/TomahawkUtilsGui.h"
#include "utils/Logger.h"
#include <widgets/QueryLabel.h>
#include "widgets/QueryLabel.h"
#include "Source.h"
#define ANIMATION_TIME 400
#define IMAGE_HEIGHT 64

View File

@ -27,6 +27,7 @@
#include "ViewManager.h"
#include "utils/Logger.h"
#include "PlaylistUpdaterInterface.h"
#include "Source.h"
using namespace Tomahawk;

View File

@ -37,6 +37,7 @@
#include "DropJob.h"
#include "Artist.h"
#include "Album.h"
#include "Source.h"
#include "utils/AnimatedSpinner.h"
#define SCROLL_TIMEOUT 280

View File

@ -26,6 +26,7 @@
#include "database/Database.h"
#include "playlist/TreeModel.h"
#include "playlist/AlbumModel.h"
#include "Source.h"
#include "database/DatabaseCommand_AllTracks.h"
#include "database/DatabaseCommand_AllAlbums.h"