summaryrefslogtreecommitdiff
path: root/main.qml
diff options
context:
space:
mode:
authorJoe Robinson <joe@grabyo.com>2017-04-20 14:28:57 +0100
committerJoe Robinson <joe@grabyo.com>2017-04-20 14:28:57 +0100
commit4e172068e8e817d80d2e9575289feb8a4314be49 (patch)
treeea327d4572ed1e7c45bb602ba319abe3bc416ea4 /main.qml
parent5a5ddc9cf65513239fc094b5eeae1fd5bdad3eb0 (diff)
Add handling of nick changes
Diffstat (limited to 'main.qml')
-rw-r--r--main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.qml b/main.qml
index 9623c04..a4714a8 100644
--- a/main.qml
+++ b/main.qml
@@ -15,6 +15,7 @@ ApplicationWindow {
currentIndex: channel_tabs.currentIndex
IrcChannel {
+ objectName: "channel-status"
}
}
@@ -27,7 +28,6 @@ ApplicationWindow {
id: channel_tabs
objectName: "channel_tabs"
TabButton {
- objectName: "channel-status"
text: "status"
}