Ubuntu Pastebin

Paste from mzanetti at Wed, 28 Jan 2015 17:10:46 +0000

Download as text
 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
mzanetti@noneyet ~/Develop/unity8-remember-window-positions  $  bzr diff
=== modified file 'include/paths.h.in'
--- include/paths.h.in  2014-11-14 17:47:00 +0000
+++ include/paths.h.in  2015-01-28 17:07:02 +0000
@@ -78,6 +78,7 @@
         paths << QString("@USS_PRIVATE_PLUGINDIR@");
         paths << QString("@SHELL_PLUGINDIR@");
         paths << QString("@CMAKE_BINARY_DIR@/tests/mocks");
+        paths << QString("@CMAKE_SOURCE_DIR@/qml/Components/");
     }
     return paths;
 }

=== modified file 'qml/Stages/WindowMoveResizeArea.qml'
--- qml/Stages/WindowMoveResizeArea.qml 2015-01-28 14:15:25 +0000
+++ qml/Stages/WindowMoveResizeArea.qml 2015-01-28 16:57:46 +0000
@@ -18,7 +18,7 @@
 
 import QtQuick 2.3
 import Ubuntu.Components 1.1
-import "../Components/WindowPositionStorage"
+import WindowPositionStorage 1.0
 
 MouseArea {
     id: root
Download as text