summaryrefslogtreecommitdiff
path: root/IrcChannel.qml
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2017-04-14 19:07:16 +0200
committerJoe Robinson <joe@lc8n.com>2017-04-14 19:07:16 +0200
commita75725425aaa29ad26d7f1225ec7e4e6c55a640d (patch)
tree27f3f2ca1b8c44bef27b30a278f6f83c37996abe /IrcChannel.qml
Initial commit, basic connection and message handling, some broken old code
Diffstat (limited to 'IrcChannel.qml')
-rw-r--r--IrcChannel.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/IrcChannel.qml b/IrcChannel.qml
new file mode 100644
index 0000000..5654c57
--- /dev/null
+++ b/IrcChannel.qml
@@ -0,0 +1,5 @@
+import QtQuick 2.7
+
+IrcChannelForm {
+
+}