repo.or.cz
/
agianapa.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "Use fabs() for floats, not abs()".
[agianapa.git]
/
qt
/
qdebug
/
main.cpp
blob
47399f5e0048829956c1c89120f1ea55e45a09a9
1
#include <iostream>
2
#include <QtDebug>
3
4
int
main
(
void
)
5
{
6
qDebug
(
"This shouldn't be printed"
);
7
8
return
0
;
9
}