Moved warnings to another function

This commit is contained in:
Alexey 2025-06-30 22:04:24 +03:00
commit 8d757e96be
2 changed files with 16 additions and 8 deletions

View file

@ -41,5 +41,6 @@ private:
int lastEditedLine = -1;
bool isSelectedLineCorrect(int line);
void throwWarning(const QString &title, const QStringList &description);
};
#endif // MAINWINDOW_H