Home
last modified time | relevance | path

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

/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dtexstudio.h712 …void infoLoadFile(const QString &filename); ///< signal that a file has been loaded. Used for scri… in Q_DECLARE_METATYPE()
H A Dtexstudio.cpp462 …connectWithAdditionalArguments(this, SIGNAL(infoLoadFile(QString)), this, "runScripts", QList<QVar… in Texstudio()
2209 emit infoLoadFile(f_real); in load() local