Home
last modified time | relevance | path

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

/dports/devel/lokalize/lokalize-21.12.3/src/
H A Deditortab.cpp273 QVector<QAction*> tmactions_insert(TM_SHORTCUTS); in setupActions() local
293 tmactions_insert[i] = tmaction; in setupActions()
302 …ac->setDefaultShortcuts(tmactions_insert[0], QList<QKeySequence>() << QKeySequence(Qt::CTRL + tmli… in setupActions()
306 TM::TMView* _tmView = new TM::TMView(this, m_catalog, tmactions_insert, tmactions_remove); in setupActions()