forked from qt-creator/qt-creator
VCS: Add some convenience methods to SubmitFileModel
Change-Id: I7b425883472e00bbdce7f5fcbab3bb6e0e9807e4 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -55,6 +55,12 @@ public:
|
||||
// Convenience to obtain a row
|
||||
QList<QStandardItem *> rowAt(int row) const;
|
||||
|
||||
QString state(int row) const;
|
||||
QString file(int row) const;
|
||||
bool checked(int row) const;
|
||||
|
||||
bool hasCheckedFiles() const;
|
||||
|
||||
// Filter for entries contained in the filter list. Returns the
|
||||
// number of deleted entries.
|
||||
unsigned filter(const QStringList &filter, int column);
|
||||
|
||||
Reference in New Issue
Block a user