Home
last modified time | relevance | path

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

/dports/x11-fm/pcmanfm-qt/pcmanfm-qt-1.0.0/pcmanfm/
H A Dmainwindow.h194 void onShortcutPrevTab();
H A Dmainwindow.cpp299 connect(shortcut, &QShortcut::activated, this, &MainWindow::onShortcutPrevTab);
308 connect(shortcut, &QShortcut::activated, this, &MainWindow::onShortcutPrevTab);
2193 void MainWindow::onShortcutPrevTab() { in onShortcutPrevTab() function in PCManFM::MainWindow