--- a/QTfrontend/ui/page/pagevideos.h Sun Dec 02 15:23:59 2012 +0100
+++ b/QTfrontend/ui/page/pagevideos.h Sun Dec 02 17:01:51 2012 +0100
@@ -108,7 +108,6 @@
void changeAVFormat(int index);
void changeUseGameRes(int state);
void changeRecordAudio(int state);
- void setDefaultOptions();
void encodingFinished(bool success);
void updateProgress(float value);
void cellDoubleClicked(int row, int column);
@@ -121,6 +120,9 @@
void uploadToYouTube();
void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
void uploadFinished();
+
+ public slots:
+ void setDefaultOptions();
};
#endif // PAGE_VIDEOS_H