Add the code to actually make it possible to move columns

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-06 22:12:05 -02:00 committed by Dirk Hohndel
parent fd41ff4ab9
commit 59fc5cecb7
2 changed files with 19 additions and 3 deletions

View file

@ -38,6 +38,7 @@ public:
int columnCount(const QModelIndex &parent = QModelIndex()) const;
void setColumnValues(QList<QStringList> columns);
QStringList result() const;
void swapValues(const QString& one, const QString& other);
private:
QList<QStringList> columnValues;
QStringList columnNames;