Fixes clang warning #5010
This commit is contained in:
parent
f64cb76c21
commit
78b5b78437
@ -69,8 +69,8 @@ public:
|
|||||||
bool handleShortcutKey (GdkEventKey* event);
|
bool handleShortcutKey (GdkEventKey* event);
|
||||||
|
|
||||||
// batchqueuelistener interface
|
// batchqueuelistener interface
|
||||||
void queueSizeChanged(int qsize, bool queueRunning, bool queueError, const Glib::ustring& queueErrorMessage);
|
void queueSizeChanged(int qsize, bool queueRunning, bool queueError, const Glib::ustring& queueErrorMessage) override;
|
||||||
bool canStartNext();
|
bool canStartNext() override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void startBatchProc ();
|
void startBatchProc ();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user