Skip to content

Commit 35489b0

Browse files
committed
Comment Qt usage
1 parent 4cc316c commit 35489b0

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ADMeshGUI.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
#
33
# Project created by QtCreator 2014-10-31T11:28:53
44
#
5+
# [Information about Qt + OpenGL classes (e.g. how to use the API) obtained from Qt Reference Pages
6+
# http://doc.qt.io/qt-5/reference-overview.html 9. 5. 2015]
7+
#
58
#-------------------------------------------------
69

710
QT += core gui opengl widgets svg

main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// (c) 2015 David Vyvlečka, AGPLv3
2+
/*[Information about Qt + OpenGL classes (e.g. how to use the API) obtained from Qt Reference Pages
3+
http://doc.qt.io/qt-5/reference-overview.html 9. 5. 2015]*/
24

35
#include <QApplication>
46
#include <QDesktopWidget>

0 commit comments

Comments
 (0)