
While working through section 4 of my Qt GUI creator course, I ran into an interesting error:
/home/alaskalinuxuser/Documents/qt_course/section_4_21_qmainwindow/mainwindow.cpp:19: error: no matching function for call to 'QAction::QAction(const char [5])'
QAction * quitAction = new QAction("Quit");
^
What made the error interesting was that my …



