diff --git a/TODO/TODO.txt b/TODO/TODO.txt deleted file mode 100644 index ed2e1bf2..00000000 --- a/TODO/TODO.txt +++ /dev/null @@ -1,15 +0,0 @@ -============================================================================== -1. qqtdicthelper.h - -在APP中引用, -typedef QQtDictionaryMutableMapIterator QDictionaryMutableMapIterator -#define QDictionaryMutableMapIterator QQtDictionaryMutableMapIterator -这两者,在APP中MSVC环境下无法编译成功。 - -现象:QOrderedMap在MSVC环境下导出有异常,不影响其他模块导出使用。 - 在MinGW、Unix、Linux等其他环境中导出正常。 -建议:MSVC环境下,暂时不要使用qqtdicthelper.h。 -修正:MSVC环境下注释相关代码,qqtdicthelper.h,可以用部分功能。 -决定:MSVC环境,暂时不要使用qqtdicthelper.h。 - - \ No newline at end of file diff --git a/TODO/qqtdicthelper.h b/TODO/qqtdicthelper.h deleted file mode 100644 index 2f1a5eaa..00000000 --- a/TODO/qqtdicthelper.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef QQTDICTHELPER_H -#define QQTDICTHELPER_H - -#include - -#include -#include - -//鍒悕锛孮寮澶寸殑Dictionary銆 -#define QDictionary QQtDictionary -#define QOrderedDictionary QQtOrderedDictionary - -#define QDictionaryMap QQtDictionaryMap -#define QDictionaryMapIterator QQtDictionaryMapIterator -#define QDictionaryMutableMapIterator QQtDictionaryMutableMapIterator - -#define QDictionaryList QQtDictionaryList -#define QDictionaryListIterator QQtDictionaryListIterator -#define QDictionaryMutableListIterator QQtDictionaryMutableListIterator - -#define QOrderedDictionaryMap QQtOrderedDictionaryMap -#define QOrderedDictionaryMapIterator QQtOrderedDictionaryMapIterator -#define QOrderedDictionaryMutableMapIterator QQtOrderedDictionaryMutableMapIterator - -#define QOrderedDictionaryList QQtOrderedDictionaryList -#define QOrderedDictionaryListIterator QQtOrderedDictionaryListIterator -#define QOrderedDictionaryMutableListIterator QQtOrderedDictionaryMutableListIterator - -//C++ []鎿嶄綔绗﹂噸杞借秴杩囦袱灞傚氨涓嶈兘璧嬪肩粰寮曠敤鍙橀噺浜嗭紝鎵浠ヨ繖閲屽浜庤幏鍙栨繁灞傚紩鐢ㄨ繘琛屽皝瑁呫 -QQTSHARED_EXPORT QQtDictionary& QQtGetDictNode ( QQtDictionary& rootDict, - QList& keyList1, bool numberAsString = false ); -QQTSHARED_EXPORT QQtOrderedDictionary& QQtGetDictNode ( QQtOrderedDictionary& rootDict, - QList& keyList1, bool numberAsString = false ); - -#endif // QQTDICTHELPER_H