10 #ifndef COPY_FROM_PROFILE_BUTTON_H
11 #define COPY_FROM_PROFILE_BUTTON_H
16 #include <QPushButton>
17 #include <QDialogButtonBox>
18 #include <QMetaObject>
25 CopyFromProfileButton(QWidget * parent = Q_NULLPTR, QString profileFile = QString(), QString toolTip = QString());
27 void setFilename(QString filename);
30 void copyProfile(QString filename);
36 QAction * systemDefault(QString filename);
39 void menuActionTriggered(QAction *);