index
:
lumina
debianize
master
The BSD-original Lumina desktop environment
bgstack15
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-qt5
/
core
/
lumina-theme-engine
/
src
/
lthemeengine
/
tabpage.cpp
blob: a8f4b959aed88015a000a38744c49ceb6db9c516 (
plain
)
1
2
3
4
#include
"tabpage.h"
TabPage
::
TabPage
(
QWidget
*
parent
) :
QWidget
(
parent
){
}
bgstack15