videocollection/tsrc/stubs/inc/hbstyleloader.h
changeset 35 3738fe97f027
parent 34 bbb98528c666
--- a/videocollection/tsrc/stubs/inc/hbstyleloader.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/hbstyleloader.h	Thu Apr 01 23:32:44 2010 +0300
@@ -43,7 +43,7 @@
    static bool registerFilePath(const QString &filePath) 
    { 
        Q_UNUSED(filePath);
-       return true; 
+       return mRegisterFilePathReturnValue; 
    }
    
    static bool unregisterFilePath(const QString &filePath) 
@@ -57,6 +57,11 @@
      */
     static int initializeCount;
     
+    /**
+     * returned from registerFilePath
+     */
+    static bool mRegisterFilePathReturnValue;
+    
 signals:
             
 };