From a75725425aaa29ad26d7f1225ec7e4e6c55a640d Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Fri, 14 Apr 2017 19:07:16 +0200 Subject: Initial commit, basic connection and message handling, some broken old code --- IrcChannel.qml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 IrcChannel.qml (limited to 'IrcChannel.qml') 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 { + +} -- cgit v1.2.3