[Kst] kdeextragear-2/kst/kst

Andrew Walker arwalker at sumusltd.com
Wed Jul 14 00:54:04 CEST 2004


CVS commit by arwalker: 

Removed compiler warnings.


  M +4 -0      kstviewwindow.cpp   1.22


--- kdeextragear-2/kst/kst/kstviewwindow.cpp  #1.21:1.22
@@ -148,7 +148,9 @@ void KstViewWindow::readOptions() {
 
 void KstViewWindow::saveProperties(KConfig *config) {
+  Q_UNUSED(config);
 }
 
 void KstViewWindow::readProperties(KConfig* config) {
+  Q_UNUSED(config);
 }
 
@@ -218,4 +220,6 @@ void KstViewWindow::immediatePrintToFile
 
 void KstViewWindow::immediatePrintToPng(QDataStream* pStream, const QSize& size, const QString &format) {
+  Q_UNUSED(format);
+
   QPixmap pixmap(size);
   QSize sizeOld;





More information about the Kst mailing list