GUI: Fix GCC build failure because of copy-paste error.
This commit is contained in:
parent
28996bd9c1
commit
501015c760
|
@ -273,7 +273,7 @@ protected:
|
||||||
* it.
|
* it.
|
||||||
* @return true if we have project, false if no project.
|
* @return true if we have project, false if no project.
|
||||||
*/
|
*/
|
||||||
bool MainWindow::GetCheckProject();
|
bool GetCheckProject();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Get our default cppcheck settings and read project file.
|
* @brief Get our default cppcheck settings and read project file.
|
||||||
|
|
Loading…
Reference in New Issue