]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/util/fmtwidgetitem.cpp
Tweak: fix compiler warning
[bacula/bacula] / 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);
 }