diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-18 18:14:26 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-27 04:09:42 +0200 |
commit | 1177a9f23b1c9929bef9464f434d82273783204c (patch) | |
tree | bb02f26d98266ad9b7501307ab3013edd1b55ea7 /src/progs/gui/prog_config_widget.h | |
parent | adc9148343ca4ef148414cec1a6b38eb9636c029 (diff) | |
download | piklab-1177a9f23b1c9929bef9464f434d82273783204c.tar.gz piklab-1177a9f23b1c9929bef9464f434d82273783204c.zip |
Rename old tq methods that no longer need a unique name
(cherry picked from commit 9d9fe02a944fe0719c2475739411727a729251ad)
Diffstat (limited to 'src/progs/gui/prog_config_widget.h')
-rw-r--r-- | src/progs/gui/prog_config_widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/progs/gui/prog_config_widget.h b/src/progs/gui/prog_config_widget.h index 2da2330..0ec3fd0 100644 --- a/src/progs/gui/prog_config_widget.h +++ b/src/progs/gui/prog_config_widget.h @@ -32,7 +32,7 @@ public: virtual bool setPort(const HardwareDescription &hd); signals: - void updatePorttqStatus(bool ok); + void updatePortStatus(bool ok); protected: const Group &_group; |