From 8aae1eea458695a19a7ff36bdffbe59c9e7d4cf2 Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 8 Mar 2012 10:19:16 +0100 Subject: Make PictureViewer useful -Implement add and replace files -use QList (typedef'd) for shoveling data around -more code shuffling -new artwork --- smglobals.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'smglobals.cpp') diff --git a/smglobals.cpp b/smglobals.cpp index 4a73d0b..54f352d 100644 --- a/smglobals.cpp +++ b/smglobals.cpp @@ -150,6 +150,8 @@ SmGlobals::SmGlobals() : mPictureViewer(0), mFrameCache(0){ mIcons.insert("Huge bra", ":/huge_bra.png"); mIcons.insert("Squirting nipple", ":/squirting_nipple.png"); mIcons.insert("Dick in a cage", ":/dick_in_cage.png"); + mIcons.insert("Used tampon", ":/used_tampon.png"); + mIcons.insert("Clean tampon", ":/clean_tampon.png"); mDvdSize = Q_INT64_C(4707319808) - 20 * 1024 *1024; } -- cgit v1.2.3-70-g09d2