aboutsummaryrefslogtreecommitdiffstats
path: root/PlayerWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'PlayerWindow.h')
-rw-r--r--PlayerWindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/PlayerWindow.h b/PlayerWindow.h
index 11f14c1..f1ff773 100644
--- a/PlayerWindow.h
+++ b/PlayerWindow.h
@@ -25,7 +25,6 @@ class PlayerWindow : public QMainWindow
Q_OBJECT
public:
PlayerWindow(QWidget *parent = 0, Qt::WindowFlags flags = 0);
- static Credentials* credentials();
private slots:
void songDoubleClicked(const QModelIndex &index);
@@ -62,7 +61,7 @@ private:
double m_suggestedRatio2;
double m_suggestedRatio3;
int m_suggestedWidthTotal;
- static Credentials *s_credentials;
+ Credentials *m_credentials;
void setupUi();
void setupPhonon();