Cleanup: make impl function order match header, fix declaration var name

This commit is contained in:
George Hilliard
2018-10-26 09:26:18 -05:00
parent cb3cc6cad1
commit 9a22e89125
2 changed files with 28 additions and 28 deletions

View File

@@ -69,7 +69,7 @@ public:
bool handleShortcutKey (GdkEventKey* event);
// batchqueuelistener interface
void queueSizeChanged(int qsize, bool queueEmptied, bool queueError, const Glib::ustring& queueErrorMessage);
void queueSizeChanged(int qsize, bool queueRunning, bool queueError, const Glib::ustring& queueErrorMessage);
bool canStartNext();
private: