equal
deleted
inserted
replaced
111 void setDefaultOptions(); |
111 void setDefaultOptions(); |
112 void encodingFinished(bool success); |
112 void encodingFinished(bool success); |
113 void updateProgress(float value); |
113 void updateProgress(float value); |
114 void cellDoubleClicked(int row, int column); |
114 void cellDoubleClicked(int row, int column); |
115 void cellChanged(int row, int column); |
115 void cellChanged(int row, int column); |
116 void currentCellChanged(int row, int column, int previousRow, int previousColumn); |
116 void currentCellChanged(); |
117 void playSelectedFile(); |
117 void playSelectedFile(); |
118 void deleteSelectedFiles(); |
118 void deleteSelectedFiles(); |
119 void openVideosDirectory(); |
119 void openVideosDirectory(); |
120 void updateFileList(const QString & path); |
120 void updateFileList(const QString & path); |
121 void uploadToYouTube(); |
121 void uploadToYouTube(); |