PERFORCE change 166683 for review

Jonathan Anderson jona at FreeBSD.org
Tue Jul 28 17:29:06 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=166683

Change 166683 by jona at jona-trustedbsd-belle-vmware on 2009/07/28 17:28:24

	Was missing dbus.h

Affected files ...

.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.cpp#7 edit
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.ui#2 edit
.. //depot/projects/trustedbsd/capabilities/src/tools/cap/user_angel/dbus.h#1 add

Differences ...

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.cpp#7 (text+ko) ====

@@ -68,7 +68,7 @@
 	struct ua_powerbox_options options;
 	options.ui              = UA_QT;
 	options.operation       = UA_OPEN_FILE;
-	options.parent_window   = this->winId();
+	options.parent_window   = this->effectiveWinId();
 	options.start_path      = "";
 	options.pathlen         = 0;
 	options.start_fd        = -1;

==== //depot/projects/trustedbsd/capabilities/src/tools/cap/sandbox_qt/TextEditor.ui#2 (text+ko) ====

@@ -42,22 +42,6 @@
    <addaction name="menuFile" />
   </widget>
   <widget class="QStatusBar" name="statusbar" />
-  <widget class="QToolBar" name="fileToolBar" >
-   <property name="windowTitle" >
-    <string>toolBar</string>
-   </property>
-   <attribute name="toolBarArea" >
-    <enum>TopToolBarArea</enum>
-   </attribute>
-   <attribute name="toolBarBreak" >
-    <bool>false</bool>
-   </attribute>
-   <addaction name="actionOpen" />
-   <addaction name="actionOpenRaw" />
-   <addaction name="actionSave" />
-   <addaction name="actionClose" />
-   <addaction name="actionQuit" />
-  </widget>
   <action name="actionOpen" >
    <property name="icon" >
     <iconset resource="TextEditor.qrc" >


More information about the p4-projects mailing list