mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
(trunk) #1796 "run script after torrent completion" -- implemented for libT, RPC, and the GTK+ and Qt clients
This commit is contained in:
@@ -52,6 +52,8 @@ class PrefsDialog: public QDialog
|
||||
void sessionUpdated( );
|
||||
void onWatchClicked( );
|
||||
void onWatchSelected( const QStringList& );
|
||||
void onScriptClicked( );
|
||||
void onScriptSelected( const QStringList& );
|
||||
void onIncompleteClicked( );
|
||||
void onIncompleteSelected( const QStringList& );
|
||||
void onDestinationClicked( );
|
||||
@@ -96,6 +98,8 @@ class PrefsDialog: public QDialog
|
||||
QLabel * myPortLabel;
|
||||
QPushButton * myPortButton;
|
||||
QPushButton * myWatchButton;
|
||||
QPushButton * myTorrentDoneScriptFilename;
|
||||
QCheckBox * myTorrentDoneScriptCheckbox;
|
||||
QCheckBox * myIncompleteCheckbox;
|
||||
QPushButton * myIncompleteButton;
|
||||
QPushButton * myDestinationButton;
|
||||
|
||||
Reference in New Issue
Block a user