Hello all, I noticed that there's Core::FileManager *fileManager() const; public function in MainWindow.h and .cpp files. It returns instance of fileManager. But how do I get instance of main window?
PS. Core::ICore::instance()->mainWindow() returns instance of QMainWindow.