Home
last modified time | relevance | path

Searched refs:addToRecentList (Results 1 – 11 of 11) sorted by relevance

/dports/databases/sqlitestudio/sqlitestudio-3.3.3/SQLiteStudio3/coreSQLiteStudio/services/
H A Dnotifymanager.cpp13 addToRecentList(recentErrors, msg); in error()
19 addToRecentList(recentWarnings, msg); in warn()
25 addToRecentList(recentInfos, msg); in info()
49 void NotifyManager::addToRecentList(QStringList& list, const QString &message) in addToRecentList() function in NotifyManager
H A Dnotifymanager.h43 void addToRecentList(QStringList& list, const QString& message);
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DTaskList.h11 static void addToRecentList(QString name, QString user, QString host, int port);
H A DTaskList.cpp16 void TaskList::addToRecentList(QString name, QString user, QString host, int port) { in addToRecentList() function in TaskList
H A DMainWindow.cpp2876 TaskList::addToRecentList(g.s.qsLastServer, uname, host, port);
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DTaskList.h11 static void addToRecentList(QString name, QString user, QString host, int port);
H A DTaskList.cpp16 void TaskList::addToRecentList(QString name, QString user, QString host, int port) { in addToRecentList() function in TaskList
H A DMainWindow.cpp2876 TaskList::addToRecentList(g.s.qsLastServer, uname, host, port);
/dports/devel/eric6/eric6-21.11/eric/eric6/ViewManager/
H A DViewManager.py4610 self.addToRecentList(fn)
4709 def addToRecentList(self, fn): member in ViewManager
/dports/devel/eric6/eric6-21.11/eric/eric6/QScintilla/
H A DEditor.py3447 self.vm.addToRecentList(newName)
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api10144 eric6.ViewManager.ViewManager.ViewManager.addToRecentList?4(fn)