Home
last modified time | relevance | path

Searched refs:fileExitWithError (Results 1 – 2 of 2) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.h289 void fileExitWithError(); ///< exit application with error code, used for auto-tests in Q_DECLARE_METATYPE()
H A Dtexstudio.cpp3035 void Texstudio::fileExitWithError() in fileExitWithError() function in Texstudio
6756 QTimer::singleShot(4000, this, SLOT(fileExitWithError())); in executeCommandLine()