From c1fe58cfdfdb42f75a040442c29defa15c81f626 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 08 Jan 2004 10:37:42 +0000 Subject: Calling scripts on new {Network, Client, Station} works now. Possible substitution values are $SSID, $MAC, $WEP, $CHAN. --- (limited to 'noncore/net/wellenreiter/gui/configwindow.h') diff --git a/noncore/net/wellenreiter/gui/configwindow.h b/noncore/net/wellenreiter/gui/configwindow.h index b082331..5c998cb 100644 --- a/noncore/net/wellenreiter/gui/configwindow.h +++ b/noncore/net/wellenreiter/gui/configwindow.h @@ -17,6 +17,9 @@ #define WELLENREITERCONFIGWINDOW_H #include "configbase.h" +#include "gps.h" + +/* QT */ #include #include #include @@ -63,7 +66,7 @@ class WellenreiterConfigWindow : public WellenreiterConfigBase void getCaptureFileNameClicked(); void performAutodetection(); void channelAllClicked(int); - void performAction( const QString& ); + void performAction( const QString&, const QString&, const QString&, bool, int, int /* , const GpsLocation& */ ); protected: void synchronizeActionsAndScripts(); -- cgit v0.9.0.2