Changeset 14349 for trunk/qt/options.h
- Timestamp:
- Dec 1, 2014, 7:24:07 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt/options.h
r14241 r14349 10 10 #ifndef OPTIONS_DIALOG_H 11 11 #define OPTIONS_DIALOG_H 12 13 #include <iostream>14 12 15 13 #include <QDialog> … … 42 40 struct tr_variant; 43 41 } 44 45 class FileAdded: public QObject46 {47 Q_OBJECT48 49 public:50 FileAdded (int tag, const QString& name): myTag (tag), myName (name) {}51 ~FileAdded () {}52 void setFileToDelete (const QString& file) { myDelFile = file; }53 54 public slots:55 void executed (int64_t tag, const QString& result, struct tr_variant * arguments);56 57 private:58 const int64_t myTag;59 QString myName;60 QString myDelFile;61 };62 42 63 43 class Options: public QDialog
Note: See TracChangeset
for help on using the changeset viewer.