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