[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeedu/ktouch/src
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2008-07-13 11:43:38
Message-ID: 1215949418.600462.2603.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 831820 by annma:

2 warnings less


 M  +2 -0      ktouchkeyboard.cpp  


--- trunk/KDE/kdeedu/ktouch/src/ktouchkeyboard.cpp #831819:831820
@@ -72,6 +72,7 @@
 bool KTouchKeyboard::loadXML(QWidget * window, const KUrl& url, QString& msg) {
     // Ok, first download the contents as usual using the KIO lib
     // File is only downloaded if not local, otherwise it's just opened
+    Q_UNUSED(msg)
     QString target;
     bool result = false;
     if (KIO::NetAccess::download(url, target, window)) {
@@ -257,6 +258,7 @@
 
 // Loads keyboard data from file into an XML document
 bool KTouchKeyboard::read(const QDomDocument& doc, QString& warnings) {
+	Q_UNUSED(warnings)
 	QDomElement root = doc.documentElement();
 	if (root.isNull() || root.tagName() != "KTouchKeyboard") return false;
 	
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic