aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Ui/skinned/eqwidget.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-10-24 13:54:40 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2015-10-24 13:54:40 +0000
commitca4ab68d9686934e46437ff4f2b4bba2e8486758 (patch)
treeef738991cea13568ba8fecac9365e711d9c42e77 /src/plugins/Ui/skinned/eqwidget.h
parent7af2bbfd00014515c7bea5ef85a8872206cf6fab (diff)
downloadqmmp-ca4ab68d9686934e46437ff4f2b4bba2e8486758.tar.gz
qmmp-ca4ab68d9686934e46437ff4f2b4bba2e8486758.tar.bz2
qmmp-ca4ab68d9686934e46437ff4f2b4bba2e8486758.zip
skinned: fixed geometry saving bug
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5722 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/eqwidget.h')
-rw-r--r--src/plugins/Ui/skinned/eqwidget.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/Ui/skinned/eqwidget.h b/src/plugins/Ui/skinned/eqwidget.h
index 2153adf0d..28ce4fefc 100644
--- a/src/plugins/Ui/skinned/eqwidget.h
+++ b/src/plugins/Ui/skinned/eqwidget.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2006-2013 by Ilya Kotov *
+ * Copyright (C) 2006-2015 by Ilya Kotov *
* forkotov02@hotmail.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -52,6 +52,8 @@ public:
void loadPreset(const QString &name);
void setMimimalMode(bool b = true);
+ void writeSettings();
+
signals:
void closed();
@@ -71,7 +73,6 @@ private slots:
private:
void updatePositions();
void readSettings();
- void writeSettings();
void createActions();
void updateMask();
EQPreset *findPreset(const QString &name);