diff options
author | Arno <am@disconnect.de> | 2012-03-08 06:05:11 +0100 |
---|---|---|
committer | Arno <am@disconnect.de> | 2012-03-08 06:05:11 +0100 |
commit | 57f69839e3bab9ab73f15811374099576216282b (patch) | |
tree | 667efb0992ec4f72f4dc44a868fa568c750177d1 /smglobals.cpp | |
parent | e3fe65d3e8ca88dbd76d9c026cf9f8690a972902 (diff) | |
download | SheMov-57f69839e3bab9ab73f15811374099576216282b.tar.gz SheMov-57f69839e3bab9ab73f15811374099576216282b.tar.bz2 SheMov-57f69839e3bab9ab73f15811374099576216282b.zip |
First draft of PictureViewer2
Doesn't do much other than showing a default picture, but it behaves
like a QDialog and positions itself correctly. It's quite a pain in the
ass with a tiling window manager...
Diffstat (limited to 'smglobals.cpp')
-rw-r--r-- | smglobals.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smglobals.cpp b/smglobals.cpp index 72c1148..4a73d0b 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -149,6 +149,7 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Big pierced balls", ":/huge_balls_pierced.png"); mIcons.insert("Huge bra", ":/huge_bra.png"); mIcons.insert("Squirting nipple", ":/squirting_nipple.png"); + mIcons.insert("Dick in a cage", ":/dick_in_cage.png"); mDvdSize = Q_INT64_C(4707319808) - 20 * 1024 *1024; } |