From e3d9c4f3e6a45128128cc22218c4fc30bbb41f3d Mon Sep 17 00:00:00 2001 From: mickeyl Date: Mon, 21 Apr 2003 17:51:59 +0000 Subject: compile fix for non-debug build --- diff --git a/noncore/multimedia/camera/mainwindow.h b/noncore/multimedia/camera/mainwindow.h index ac83488..1d844da 100644 --- a/noncore/multimedia/camera/mainwindow.h +++ b/noncore/multimedia/camera/mainwindow.h @@ -64,7 +64,7 @@ class CameraMainWindow: public QMainWindow protected slots: #ifndef QT_NO_DEBUG - void doSomething(); // solely for debugging purposes + //void doSomething(); // solely for debugging purposes #endif private: -- cgit v0.9.0.2