diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:10:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-04-08 11:10:44 +0000 |
| commit | 754c8df47f538333688d4897f58d7f4fe8e36f00 (patch) | |
| tree | 81ad2795c9e594b61dc25afc8234812a8b72358a /src/qmmpui/columneditor_p.h | |
| parent | 50954bf5cb548ff7e9e061201c6c22e7297a77f6 (diff) | |
| download | qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.tar.gz qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.tar.bz2 qmmp-754c8df47f538333688d4897f58d7f4fe8e36f00.zip | |
removed auto-resize option from column editor
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4827 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/columneditor_p.h')
| -rw-r--r-- | src/qmmpui/columneditor_p.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/qmmpui/columneditor_p.h b/src/qmmpui/columneditor_p.h index 48e39158e..dc6a2815c 100644 --- a/src/qmmpui/columneditor_p.h +++ b/src/qmmpui/columneditor_p.h @@ -34,12 +34,11 @@ class ColumnEditor : public QDialog { Q_OBJECT public: - explicit ColumnEditor(const QString &name, const QString &patt, bool autoResize, QWidget *parent = 0); + explicit ColumnEditor(const QString &name, const QString &patt, QWidget *parent = 0); ~ColumnEditor(); QString name() const; QString pattern() const; - bool autoResize() const; private slots: void insertExpression(QAction *a); |
