Renamed private members

This commit is contained in:
fourtf
2018-07-06 19:23:47 +02:00
parent 6935619820
commit 280bb4cf8e
141 changed files with 1754 additions and 1861 deletions
+4 -4
View File
@@ -16,7 +16,7 @@ class SelectChannelDialog : public BaseWindow
public:
SelectChannelDialog(QWidget *parent = nullptr);
void setSelectedChannel(IndirectChannel selectedChannel);
void setSelectedChannel(IndirectChannel selectedChannel_);
IndirectChannel getSelectedChannel() const;
bool hasSeletedChannel() const;
@@ -47,10 +47,10 @@ private:
} twitch;
} ui_;
EventFilter tabFilter;
EventFilter tabFilter_;
ChannelPtr selectedChannel;
bool _hasSelectedChannel = false;
ChannelPtr selectedChannel_;
bool hasSelectedChannel_ = false;
void ok();
friend class EventFilter;