MainWindow: Remove unused declaration
This commit is contained in:
@@ -43,7 +43,6 @@
|
|||||||
#include <QString>
|
#include <QString>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QPixmap>
|
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
#include <QtEvents>
|
#include <QtEvents>
|
||||||
|
|
||||||
@@ -290,9 +289,6 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
|||||||
|
|
||||||
void CheckFullRescanRevisions();
|
void CheckFullRescanRevisions();
|
||||||
|
|
||||||
// creates the icon by painting the full one depending on the current position
|
|
||||||
QPixmap CreateOverlayedIcon(const int position, const int scrobble_point);
|
|
||||||
|
|
||||||
void GetCoverAutomatically();
|
void GetCoverAutomatically();
|
||||||
|
|
||||||
void SetToggleScrobblingIcon(const bool value);
|
void SetToggleScrobblingIcon(const bool value);
|
||||||
|
|||||||
Reference in New Issue
Block a user