File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,12 @@ void ThreadHandler::stop() {
9393void ThreadHandler::threadDone () {
9494 throw 1 ;
9595}
96+ void ThreadHandler::startCheck (CheckThread::Details /* unused*/ ) {
97+ throw 1 ;
98+ }
99+ void ThreadHandler::finishCheck (CheckThread::Details /* unused*/ ) {
100+ throw 1 ;
101+ }
96102Application& ApplicationList::getApplication (const int /* unused*/ ) {
97103 throw 1 ;
98104}
@@ -110,7 +116,7 @@ QString XmlReport::unquoteMessage(const QString &message) {
110116 return message;
111117}
112118XmlReport::XmlReport (const QString& filename) : Report(filename) {}
113- void ThreadResult::fileChecked ( const QString & /* unused*/ ) {
119+ void ThreadResult::finishCheck (CheckThread::Details /* unused*/ ) {
114120 throw 1 ;
115121}
116122void ThreadResult::reportOut (const std::string & /* unused*/ , Color /* unused*/ ) {
You can’t perform that action at this time.
0 commit comments