Home
last modified time | relevance | path

Searched refs:sqlExecuted (Results 1 – 3 of 3) sorted by relevance

/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A Dsqlitedb.h246 void sqlExecuted(QString sql, int msgtype) const;
H A Dsqlitedb.cpp1872 emit sqlExecuted(statement.trimmed(), msgtype); in logSQL() local
H A DMainWindow.cpp150 connect(&db, &DBBrowserDB::sqlExecuted, this, &MainWindow::logSql, Qt::QueuedConnection); in init()