Home
last modified time | relevance | path

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

/dports/graphics/photivo/photivo/Sources/
H A DptMainWindow.h160 QAction* m_AtnGimpSaveFull; variable
H A DptMainWindow.cpp512 m_AtnGimpSaveFull = new QAction(tr("Export full size"), this); in ptMainWindow()
513 connect(m_AtnGimpSaveFull, SIGNAL(triggered()), this, SLOT(GimpSaveMenuFull())); in ptMainWindow()
696 Menu.addAction(m_AtnGimpSaveFull); in eventFilter()