Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.h282 void fileUtilRevert(); ///< reload file from disc, undoing all changes in memory in Q_DECLARE_METATYPE()
H A Dtexstudio.cpp870 newManagedAction(submenu, "revert", tr("&Revert to saved..."), SLOT(fileUtilRevert())); in setupMenus()
2911 void Texstudio::fileUtilRevert() in fileUtilRevert() function in Texstudio