summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/cable/cableedit.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/networksettings2/cable/cableedit.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/cable/cableedit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/cable/cableedit.h b/noncore/settings/networksettings2/cable/cableedit.h
new file mode 100644
index 0000000..ffacc61
--- a/dev/null
+++ b/noncore/settings/networksettings2/cable/cableedit.h
@@ -0,0 +1,12 @@
+#include "cabledata.h"
+#include "cableGUI.h"
+
+class CableEdit : public CableGUI {
+
+public :
+
+ CableEdit( QWidget * parent );
+ QString acceptable( void );
+ bool commit( CableData_t & D );
+ void showData( CableData_t & D );
+};