mirror of
https://gitee.com/drabel/LibQQt.git
synced 2025-01-04 10:18:44 +08:00
Merge branch 'master' of https://gitee.com/drabel/LibQt
This commit is contained in:
commit
14725b89e6
@ -2,8 +2,8 @@
|
|||||||
#define QQTDICTTREEMODEL_H
|
#define QQTDICTTREEMODEL_H
|
||||||
|
|
||||||
#include <qqttreemodel.h>
|
#include <qqttreemodel.h>
|
||||||
#include <qqt-local.h>
|
|
||||||
#include <qqtdictionary.h>
|
#include <qqtdictionary.h>
|
||||||
|
#include <qqt-local.h>
|
||||||
|
|
||||||
class QQTSHARED_EXPORT QQtDictTreeModel : public QQtTreeModel
|
class QQTSHARED_EXPORT QQtDictTreeModel : public QQtTreeModel
|
||||||
{
|
{
|
||||||
@ -16,7 +16,7 @@ signals:
|
|||||||
|
|
||||||
public slots:
|
public slots:
|
||||||
|
|
||||||
// QQtJsonTreeModel interface
|
// QQtDictTreeModel interface
|
||||||
public:
|
public:
|
||||||
bool query ( QString condition ) override;
|
bool query ( QString condition ) override;
|
||||||
void setFilePath ( QString dictfile ) override;
|
void setFilePath ( QString dictfile ) override;
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
TARGET = QQt
|
TARGET = QQt
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
|
|
||||||
lessThan(QT_VERSION, 4.8.6) {
|
lessThan(QT_VERSION, 4.8.0) {
|
||||||
message(A. ensure your compiler support c++11 feature)
|
message(A. ensure your compiler support c++11 feature)
|
||||||
message(B. ensure Qt version > 4.8.5)
|
message(B. suggest Qt version >= 4.8.0)
|
||||||
error( error occured!)
|
#error( error occured!)
|
||||||
}
|
}
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user