summaryrefslogtreecommitdiff
path: root/src/dgedit.cc
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2018-09-29 16:29:21 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2018-09-29 16:29:21 +0200
commit46efa2def1212dcb2610c545a78c8ab81bb22bbf (patch)
tree5bf8e1991126ba5795cdde44578a370a7a1b4a1f /src/dgedit.cc
parentc975247f9742bd7fcf5ae7d8ab174ed8728bb64c (diff)
Add main attribute to the filelist. Use QHash random seed hack in all places where QDomDocument is being used.
Diffstat (limited to 'src/dgedit.cc')
-rw-r--r--src/dgedit.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/dgedit.cc b/src/dgedit.cc
index 218c73e..fe78056 100644
--- a/src/dgedit.cc
+++ b/src/dgedit.cc
@@ -30,16 +30,10 @@
#include "settings.h"
#include "localehandler.h"
-extern Q_CORE_EXPORT QBasicAtomicInt qt_qhash_seed;
-
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
- // Ugly hack to ensure the xml attribute order is the same each time a save
- // or export is performed.
- qt_qhash_seed.store(0);
-
LocaleHandler locale(app);
Settings settings;