diff -r 6ad8cdcd88d9 -r 2cf16ba952bf src/mainwindow.h --- a/src/mainwindow.h Thu Feb 23 20:18:39 2017 +0200 +++ b/src/mainwindow.h Thu Feb 23 20:21:40 2017 +0200 @@ -177,7 +177,3 @@ void quickColorClicked(); void objectListDoubleClicked (QListWidgetItem* listitem); }; - -// Pointer to the instance of MainWindow. -// TODO: it's going out, slowly but surely. -extern MainWindow* g_win;