1
0
mirror of https://gitee.com/drabel/LibQQt.git synced 2025-01-04 10:18:44 +08:00
This commit is contained in:
tianduanrui 2017-12-07 15:13:33 +08:00
commit 14725b89e6
2 changed files with 5 additions and 5 deletions

View File

@ -2,8 +2,8 @@
#define QQTDICTTREEMODEL_H
#include <qqttreemodel.h>
#include <qqt-local.h>
#include <qqtdictionary.h>
#include <qqt-local.h>
class QQTSHARED_EXPORT QQtDictTreeModel : public QQtTreeModel
{
@ -16,7 +16,7 @@ signals:
public slots:
// QQtJsonTreeModel interface
// QQtDictTreeModel interface
public:
bool query ( QString condition ) override;
void setFilePath ( QString dictfile ) override;

View File

@ -20,10 +20,10 @@
TARGET = QQt
TEMPLATE = lib
lessThan(QT_VERSION, 4.8.6) {
lessThan(QT_VERSION, 4.8.0) {
message(A. ensure your compiler support c++11 feature)
message(B. ensure Qt version > 4.8.5)
error( error occured!)
message(B. suggest Qt version >= 4.8.0)
#error( error occured!)
}
################################################