repo.or.cz
/
raptor.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add missing files
[raptor.git]
/
launcher
/
fakeplasma.cpp
blob
16cbd14f4bde7ee7aff8360e3daf10bf95bbea75
1
#include
"fakeplasma.h"
2
3
FakePlasma
::
FakePlasma
(
QWidget
*
parent
) :
QGraphicsView
(
parent
)
4
{
5
6
}
7
8
FakePlasma
::~
FakePlasma
()
9
{
10
11
}
12
13
14
#include
"fakeplasma.moc"