[Uml-devel] KDE/kdesdk/umbrello/umbrello

Andi Fischer andi.fischer at hispeed.ch
Sun Jun 1 10:44:16 UTC 2008


SVN commit 815154 by fischer:

Adding krazy ignore comment for QFileDialog, becaus win32 needs it.

 M  +3 -3      uml.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #815153:815154
@@ -884,7 +884,7 @@
     } 
     else {
 #ifdef Q_WS_WIN
-        KUrl url=QFileDialog::getOpenFileName(
+        KUrl url=QFileDialog::getOpenFileName(    //krazy:exclude=qclasses
             this,
             i18n("Open File"),
             "",
@@ -960,7 +960,7 @@
     QString ext;
     while (cont) {
 #ifdef Q_WS_WIN
-        url=QFileDialog::getSaveFileName(
+        url=QFileDialog::getSaveFileName(    //krazy:exclude=qclasses
             this,
             i18n("Save As"),
             "",
@@ -1832,7 +1832,7 @@
     preselectedExtension.append("\n*|" + i18n("All Files"));
 #ifdef Q_WS_WIN
     QStringList extList = preselectedExtension.split("|");
-    QStringList fileList = QFileDialog::getOpenFileNames(this, i18n("Select Code to Import"),
+    QStringList fileList = QFileDialog::getOpenFileNames(this, i18n("Select Code to Import"),    //krazy:exclude=qclasses
                                 "", extList[1] );
 #else
     QStringList fileList = KFileDialog::getOpenFileNames(KUrl(), preselectedExtension,




More information about the umbrello-devel mailing list