This commit is contained in:
doitux
2007-02-06 18:59:03 +00:00
parent b0d2f3db1e
commit 62d7e22ac2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -578,7 +578,7 @@
</size> </size>
</property> </property>
<property name="pixmap" > <property name="pixmap" >
<pixmap/> <pixmap resource="../deck.qrc" >:/graphics/graphics/logo-140-100.png</pixmap>
</property> </property>
</widget> </widget>
</item> </item>
+1 -1
View File
@@ -1754,7 +1754,7 @@ void mainWindowImpl::paintStartSplash() {
void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) { void mainWindowImpl::keyPressEvent ( QKeyEvent * event ) {
// cout << event->key() << endl; cout << event->key() << endl;
bool ctrlPressed = FALSE; bool ctrlPressed = FALSE;