mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-20 07:49:42 +01:00
Moved SocialWidget to src/tomahawk/widgets
This commit is contained in:
parent
09c4d71382
commit
37ec3466ab
@ -23,23 +23,23 @@
|
||||
|
||||
#include "Album.h"
|
||||
#include "DropJob.h"
|
||||
#include "SocialWidget.h"
|
||||
#include "GlobalActionManager.h"
|
||||
#include "ViewManager.h"
|
||||
#include "Source.h"
|
||||
#include "ViewManager.h"
|
||||
|
||||
#include "audio/AudioEngine.h"
|
||||
#include "playlist/PlaylistView.h"
|
||||
#include "database/Database.h"
|
||||
#include "widgets/ImageButton.h"
|
||||
#include "playlist/PlaylistView.h"
|
||||
#include "utils/TomahawkUtilsGui.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "widgets/ImageButton.h"
|
||||
#include "widgets/SocialWidget.h"
|
||||
|
||||
#include <QNetworkReply>
|
||||
#include <QDropEvent>
|
||||
#include <QMouseEvent>
|
||||
#include <QDesktopServices>
|
||||
#include <QDropEvent>
|
||||
#include <QGraphicsDropShadowEffect>
|
||||
#include <QMouseEvent>
|
||||
#include <QNetworkReply>
|
||||
|
||||
const static int ALLOWED_MAX_DIVERSION = 300;
|
||||
|
||||
|
@ -56,7 +56,6 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
||||
|
||||
TomahawkTrayIcon.cpp
|
||||
AudioControls.cpp
|
||||
SocialWidget.cpp
|
||||
TomahawkWindow.cpp
|
||||
|
||||
widgets/ContainedMenuButton.cpp
|
||||
@ -67,6 +66,7 @@ SET( tomahawkSourcesGui ${tomahawkSourcesGui}
|
||||
widgets/AccountsPopupWidget.cpp
|
||||
widgets/AccountsToolButton.cpp
|
||||
widgets/SlideSwitchButton.cpp
|
||||
widgets/SocialWidget.cpp
|
||||
widgets/SplashWidget.cpp
|
||||
widgets/UnstyledFrame.cpp
|
||||
)
|
||||
@ -87,7 +87,8 @@ SET( tomahawkUI ${tomahawkUI}
|
||||
TomahawkWindow.ui
|
||||
|
||||
AudioControls.ui
|
||||
SocialWidget.ui
|
||||
|
||||
widgets/SocialWidget.ui
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(
|
||||
|
Loading…
x
Reference in New Issue
Block a user