repo.or.cz
/
qcheapbastard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Minor change again -- still learning git :)
[qcheapbastard.git]
/
main.cpp
blob
15892d67aeab8a8a6cdff0ebe2fadca9f6d69979
1
#include <QtGui>
2
#include
"qcheapbastard.h"
3
4
int
main
(
int
argc
,
char
*
argv
[])
5
{
6
QApplication
app
(
argc
,
argv
);
7
8
QCheapBastard freeloader
;
9
freeloader
.
show
();
10
11
return
app
.
exec
();
12
}
13