We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7e052 commit 32384b5Copy full SHA for 32384b5
apps/pgmodeler/res/Info.plist
@@ -33,7 +33,7 @@
33
<key>CFBundleSignature</key>
34
<string>????</string>
35
<key>CFBundleVersion</key>
36
- <string>0.9.4</string>
+ <string>1.2.0</string>
37
<key>CSResourcesFileMapped</key>
38
<true/>
39
<key>NSPrincipalClass</key>
libs/libgui/src/guiutilsns.cpp
@@ -28,6 +28,7 @@
28
#include "generalconfigwidget.h"
29
#include "objectslistmodel.h"
30
#include "customsortproxymodel.h"
31
+#include <unordered_map>
32
namespace GuiUtilsNs {
0 commit comments