Moved warnings to another function
This commit is contained in:
parent
ba80b6b861
commit
8d757e96be
2 changed files with 16 additions and 8 deletions
|
|
@ -41,5 +41,6 @@ private:
|
|||
int lastEditedLine = -1;
|
||||
|
||||
bool isSelectedLineCorrect(int line);
|
||||
void throwWarning(const QString &title, const QStringList &description);
|
||||
};
|
||||
#endif // MAINWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue