From 83d7fd04cc8e1fcafb345f74bc861515e17c5414 Mon Sep 17 00:00:00 2001 From: paule Date: Wed, 07 Feb 2007 10:29:42 +0000 Subject: Rename Add button to Learn; remove Edit button; move list updating to its own public slot and don't call it automatically (should be called from MainView when lircd is properly set up); correctly show learn dialog modal and update list when it closes; delete learn dialog when done --- (limited to 'noncore/tools/remote/learntab.h') diff --git a/noncore/tools/remote/learntab.h b/noncore/tools/remote/learntab.h index c9d8e41..ac9568a 100644 --- a/noncore/tools/remote/learntab.h +++ b/noncore/tools/remote/learntab.h @@ -40,9 +40,9 @@ class LearnTab : public QWidget public: LearnTab(QWidget *parent=0, const char *name=0); public slots: - void add(); - void edit(); + void learn(); void del(); + void updateRemotesList(); private: QListBox *remotesBox; }; -- cgit v0.9.0.2