Home
last modified time | relevance | path

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

/dports/x11-fm/krusader2/krusader-2.7.2/krusader/GUI/
H A Ddirhistorybutton.cpp55 connect(popupMenu, SIGNAL(triggered(QAction*)), this, SLOT(slotPopupActivated(QAction*))); in DirHistoryButton()
89 void DirHistoryButton::slotPopupActivated(QAction * action) in slotPopupActivated() function in DirHistoryButton
H A Ddirhistorybutton.h55 void slotPopupActivated(QAction *);
H A Dmediabutton.h50 void slotPopupActivated(QAction *);
H A Dmediabutton.cpp68 connect(popupMenu, SIGNAL(triggered(QAction*)), this, SLOT(slotPopupActivated(QAction*))); in MediaButton()
255 void MediaButton::slotPopupActivated(QAction *action) in slotPopupActivated() function in MediaButton