diff options
author | Arno <am@disconnect.de> | 2010-06-12 11:22:10 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2010-06-12 11:22:10 +0200 |
commit | ed20c95fff998cb25457e5b9d95bce312816ebd9 (patch) | |
tree | 7f6d56b676b3c41f5acb586f26258b5ab87335f7 /shemov.pro | |
parent | f84598155ee8a6b20f163b459722e27eb24658ab (diff) | |
download | SheMov-ed20c95fff998cb25457e5b9d95bce312816ebd9.tar.gz SheMov-ed20c95fff998cb25457e5b9d95bce312816ebd9.tar.bz2 SheMov-ed20c95fff998cb25457e5b9d95bce312816ebd9.zip |
Created singleton for SmUberModel
Implemented a singleton for SmUberModel.
Diffstat (limited to 'shemov.pro')
-rw-r--r-- | shemov.pro | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -48,7 +48,8 @@ SOURCES = main.cpp \ archiveitemeditdialog.cpp \ smtreeitem.cpp \ smtreemodel.cpp \ - smubermodel.cpp + smubermodel.cpp \ + smubermodelsingleton.cpp HEADERS = listitem.h \ listmodel.h \ movieitem.h \ @@ -92,6 +93,7 @@ HEADERS = listitem.h \ archiveitemeditdialog.h \ smtreeitem.h \ smtreemodel.h \ - smubermodel.h + smubermodel.h \ + smubermodelsingleton.h LIBS += -lmagic RESOURCES = shemov.qrc |