diff -r 9b1c206a6cf2 -r 92792d48574b QTfrontend/ui/page/pagevideos.h --- a/QTfrontend/ui/page/pagevideos.h Sat Dec 01 21:32:34 2012 -0500 +++ b/QTfrontend/ui/page/pagevideos.h Sun Dec 02 13:57:21 2012 -0500 @@ -93,6 +93,9 @@ void uploadToYouTube(); void uploadProgress(qint64 bytesSent, qint64 bytesTotal); void uploadFinished(); + + public slots: + void setDefaultOptions(); }; #endif // PAGE_VIDEOS_H