Allow different comparison operators in the new filter row

Allow other comparison methods than just the LIKE operator when using
the new filter row.
This commit is contained in:
Martin Kleusberg
2013-04-09 19:28:21 +02:00
parent 6742f5632d
commit 44a635167d
2 changed files with 34 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ public:
signals:
public slots:
void updateFilter(int column, QString value);
void updateFilter(int column, const QString& value);
private:
void fetchData(unsigned int from, unsigned to);