]> Johnzone git - learnqt-cm.git/commit
initial commit, project set up
authorJohn Janus <mail@johnzone.org>
Tue, 20 Mar 2018 23:06:45 +0000 (00:06 +0100)
committerJohn Janus <mail@johnzone.org>
Tue, 20 Mar 2018 23:06:45 +0000 (00:06 +0100)
commit332a9e41732cf1b105d58a5d7a230b14805d5eaf
treef56b71d3b0987c7c6d6872651413e8754d59c7f1
initial commit, project set up
14 files changed:
cm-lib/cm-lib.pro [new file with mode: 0644]
cm-lib/src/cm-lib_global.h [new file with mode: 0644]
cm-lib/src/controllers/master-controller.cpp [new file with mode: 0644]
cm-lib/src/controllers/master-controller.h [new file with mode: 0644]
cm-lib/src/models/client.cpp [new file with mode: 0644]
cm-lib/src/models/client.h [new file with mode: 0644]
cm-tests/cm-tests.pro [new file with mode: 0644]
cm-tests/src/models/client-tests.cpp [new file with mode: 0644]
cm-ui/cm-ui.pro [new file with mode: 0644]
cm-ui/src/main.cpp [new file with mode: 0644]
cm-ui/views.qrc [new file with mode: 0644]
cm-ui/views/MasterView.qml [new file with mode: 0644]
learnqt-cm.pro [new file with mode: 0644]
learnqt-cm.pro.user [new file with mode: 0644]