Home
last modified time | relevance | path

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

/dports/editors/texworks/texworks-release-0.6.2/src/
H A DTeXDocument.h200 void maybeEnableSaveAndRevert(bool modified);
H A DTeXDocument.cpp212 …xtEdit->document(), SIGNAL(modificationChanged(bool)), this, SLOT(maybeEnableSaveAndRevert(bool))); in init()
876 void TeXDocument::maybeEnableSaveAndRevert(bool modified) in maybeEnableSaveAndRevert() function in TeXDocument
1115 maybeEnableSaveAndRevert(false); in loadFile()