QTfrontend/ui/page/pagevideos.h
changeset 8192 81da6576b0c3
parent 8190 92792d48574b
child 9080 9b42757d7e71
equal deleted inserted replaced
8190:92792d48574b 8192:81da6576b0c3
    91         void openVideosDirectory();
    91         void openVideosDirectory();
    92         void updateFileList(const QString & path);
    92         void updateFileList(const QString & path);
    93         void uploadToYouTube();
    93         void uploadToYouTube();
    94         void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
    94         void uploadProgress(qint64 bytesSent, qint64 bytesTotal);
    95         void uploadFinished();
    95         void uploadFinished();
    96 
       
    97     public slots:
       
    98         void setDefaultOptions();
       
    99 };
    96 };
   100 
    97 
   101 #endif // PAGE_VIDEOS_H
    98 #endif // PAGE_VIDEOS_H