release 0.6.7 (see the debian changelog for a proper list of changes)
[fapman] / logview.cpp
index 58afbde..0f5d7f5 100644 (file)
@@ -120,5 +120,7 @@ void LogView::on_btnCopy_clicked()
        ui->plainTextEdit->selectAll();
        ui->plainTextEdit->copy();
 
+#ifdef Q_WS_MAEMO_5
        QMaemo5InformationBox::information ( this, "Copied" );
+#endif
 }