1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-09-02 18:33:16 +02:00

Port to new AnimatedSpinner

This commit is contained in:
Leo Franchi
2012-04-27 17:38:43 -04:00
parent 1d5e124b46
commit 65b01ffbca
19 changed files with 39 additions and 212 deletions

View File

@@ -26,7 +26,7 @@
#include "config.h"
class LoadingSpinner;
class AnimatedSpinner;
class QListWidgetItem;
class Ui_StackedSettingsDialog;
class SipPlugin;
@@ -112,7 +112,7 @@ private:
bool m_rejected;
Tomahawk::Accounts::AccountModel* m_accountModel;
Tomahawk::Accounts::AccountModelFilterProxy* m_accountProxy;
LoadingSpinner* m_sipSpinner;
AnimatedSpinner* m_sipSpinner;
};
#endif // SETTINGSDIALOG_H