]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak: fix compiler warning
authorKern Sibbald <kern@sibbald.com>
Sat, 6 Mar 2010 09:26:02 +0000 (10:26 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:36 +0000 (16:49 +0200)
bacula/src/qt-console/util/fmtwidgetitem.cpp

index 5856f058a41aee00998789da734017873dc6df90..4551e8fa92b949a7f9d736f7a76f347832f47f4d 100644 (file)
@@ -221,7 +221,7 @@ void ItemFormatterBase::setPercent(int index, float value)
  * the tooltip stuff
  */
 void ItemFormatterBase::setPixmap(int index, const QPixmap &pix, 
-                                  const QString &tip)
+                                  const QString & /* tip */)
 {
    setPixmap(index, pix);
 }