summaryrefslogtreecommitdiff
path: root/packages/zroadmap/files/qt2-fixes.patch
blob: 46b17b8cfb2811796bbf4b37484977439cc8dc63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

#
# Patch managed by http://www.holgerschurig.de/patcher.html
#

--- roadmap-1.0.12/src/qt/qt_main.cc~qt2-fixes
+++ roadmap-1.0.12/src/qt/qt_main.cc
@@ -123,7 +123,7 @@
       switch (orientation[0]) {
          case 't':
          case 'T': break;
-
+#ifndef QWS
          case 'b':
          case 'B': moveDockWindow (toolBar, DockBottom); break;
 
@@ -132,7 +132,7 @@
 
          case 'r':
          case 'R': moveDockWindow (toolBar, DockRight); break;
-
+#endif
          default: roadmap_log (ROADMAP_FATAL,
                         "Invalid toolbar orientation %s", orientation);
       }