Home
last modified time | relevance | path

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

/dports/deskutils/akregator/akregator-21.12.3/src/
H A Dtabwidget.h55 void slotCopyImageLocation();
H A Dtabwidget.cpp460 void TabWidget::slotCopyImageLocation() in slotCopyImageLocation() function in TabWidget
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkhtml_ext.h144 void slotCopyImageLocation();
H A Dkhtml_ext.cpp564 connect(action, SIGNAL(triggered(bool)), this, SLOT(slotCopyImageLocation())); in KHTMLPopupGUIClient()
792 void KHTMLPopupGUIClient::slotCopyImageLocation() in slotCopyImageLocation() function in KHTMLPopupGUIClient
/dports/net/messagelib/messagelib-21.12.3/messageviewer/src/viewer/
H A Dviewer_p.h566 void slotCopyImageLocation();
H A Dviewer_p.cpp1630 connect(mCopyImageLocation, &QAction::triggered, this, &ViewerPrivate::slotCopyImageLocation); in createActions()
2622 void ViewerPrivate::slotCopyImageLocation() in slotCopyImageLocation() function in ViewerPrivate
/dports/deskutils/akregator/akregator-21.12.3/src/actions/
H A Dactionmanagerimpl.cpp639 connect(action, &QAction::triggered, d->tabWidget, &TabWidget::slotCopyImageLocation); in initTabWidget()