summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Common/Common.pro
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2018-10-05 15:04:23 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2018-10-10 10:29:26 +0000
commitfe04c1301a1a6865fc96ee3a561696015ba3a1ae (patch)
tree4206bf178c6add95de590a5cd20248ffc58f9c2b /src/Authoring/Common/Common.pro
parent9b0276d7aba5d93a2619d0f39698c43cdb13c084 (diff)
Change many CStrings to QString
- A lot of CString, CFilePath, and Qt3DSFile occureneces and their relevant code has been removed to save the costy back and forth conversion between CString and QString. - Renovated several classes as part of the process (Preferences classes, recent items, build configuration, probably few more) - Assorted tweaks here and there Task-number: QT3DS-1899 Task-number: QT3DS-2455 Change-Id: Ibbf4c3b7ab0b9fe6e19d8aed822fa29d43b99086 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
Diffstat (limited to 'src/Authoring/Common/Common.pro')
-rw-r--r--src/Authoring/Common/Common.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Authoring/Common/Common.pro b/src/Authoring/Common/Common.pro
index 2231563a..9ab644c3 100644
--- a/src/Authoring/Common/Common.pro
+++ b/src/Authoring/Common/Common.pro
@@ -78,6 +78,5 @@ SOURCES += \
Code/Memory/MemoryObject.cpp \
Code/Serialize/FormattedInputStream.cpp \
Code/Serialize/FormattedOutputStream.cpp \
- Code/Serialize/PreferencesSerializer.cpp \
HEADERS = Code/Literals.h