diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 15:08:49 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-03-01 15:08:49 +0000 |
| commit | e18b6477301b7c30c99741c344b677630ff6e452 (patch) | |
| tree | 5a0024a6772b84ca1f5b005d34e489936a4aa6ec /src/qmmpui/columnmanager.h | |
| parent | 9b20171e567bb04cb34b5f2f4af28f0fef42070c (diff) | |
| download | qmmp-e18b6477301b7c30c99741c344b677630ff6e452.tar.gz qmmp-e18b6477301b7c30c99741c344b677630ff6e452.tar.bz2 qmmp-e18b6477301b7c30c99741c344b677630ff6e452.zip | |
fixed regressions
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4752 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/qmmpui/columnmanager.h')
| -rw-r--r-- | src/qmmpui/columnmanager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/columnmanager.h b/src/qmmpui/columnmanager.h index 587480bb4..da0dedb04 100644 --- a/src/qmmpui/columnmanager.h +++ b/src/qmmpui/columnmanager.h @@ -40,6 +40,7 @@ public: void remove(int index); void resize(int index, int size); void execEditor(int index, QWidget *parent = 0); + int width(); int count(); const MetaDataFormatter* titleFormatter(int index) const; @@ -60,7 +61,7 @@ private: { QString name; QString pattern; - QString size; + int size; MetaDataFormatter *titleFormatter; }; QList<Column> m_columns; |
