warnings--
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Jul 2008 20:06:50 +0000 (22:06 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 22 Jul 2008 20:06:50 +0000 (22:06 +0200)
src/qtui/mainwin.cpp
src/qtui/settingspages/notificationssettingspage.ui

index 35dd1f5..e134bc0 100644 (file)
@@ -666,12 +666,14 @@ void MainWin::sendDesktopNotification(const QString &title, const QString &messa
 
 
 void MainWin::desktopNotificationClosed(uint id, uint reason) {
 
 
 void MainWin::desktopNotificationClosed(uint id, uint reason) {
+  Q_UNUSED(id); Q_UNUSED(reason);
   // qDebug() << "OID: " << notificationId << " ID: " << id << " Reason: " << reason << " Time: " << QTime::currentTime().toString();
   notificationId = 0;
 }
 
 
 void MainWin::desktopNotificationInvoked(uint id, const QString & action) {
   // qDebug() << "OID: " << notificationId << " ID: " << id << " Reason: " << reason << " Time: " << QTime::currentTime().toString();
   notificationId = 0;
 }
 
 
 void MainWin::desktopNotificationInvoked(uint id, const QString & action) {
+  Q_UNUSED(id); Q_UNUSED(action);
   // qDebug() << "OID: " << notificationId << " ID: " << id << " Action: " << action << " Time: " << QTime::currentTime().toString();
 }
 
   // qDebug() << "OID: " << notificationId << " ID: " << id << " Action: " << action << " Time: " << QTime::currentTime().toString();
 }
 
index 17cb7f5..17ffed9 100644 (file)
@@ -52,7 +52,7 @@
      </property>
      <layout class="QHBoxLayout" name="horizontalLayout" >
       <item>
      </property>
      <layout class="QHBoxLayout" name="horizontalLayout" >
       <item>
-       <layout class="QGridLayout" name="gridLayout" >
+       <layout class="QGridLayout">
         <item row="0" column="0" >
          <widget class="QLabel" name="timeout_label" >
           <property name="text" >
         <item row="0" column="0" >
          <widget class="QLabel" name="timeout_label" >
           <property name="text" >