MainWindow: Add function to display progress on taskbar
This commit is contained in:
@@ -290,6 +290,10 @@ class MainWindow : public QMainWindow, public PlatformInterface {
|
||||
|
||||
void SetToggleScrobblingIcon(const bool value);
|
||||
|
||||
#ifdef HAVE_DBUS
|
||||
void UpdateTaskbarProgress(const bool visible, const double position, const double length);
|
||||
#endif
|
||||
|
||||
private:
|
||||
Ui_MainWindow *ui_;
|
||||
#ifdef Q_OS_WIN
|
||||
|
||||
Reference in New Issue
Block a user