homescreensrv_plat/contentstorage_api/cadefs.h
changeset 83 156f692b1687
parent 73 4bc7b118b3df
child 103 b99b84bcd2d1
--- a/homescreensrv_plat/contentstorage_api/cadefs.h	Thu May 27 13:11:12 2010 +0300
+++ b/homescreensrv_plat/contentstorage_api/cadefs.h	Fri Jun 11 13:58:37 2010 +0300
@@ -70,7 +70,7 @@
     UnknownErrorCode
 };
 
-const QString caCmdOpen("open");
+static const QString caCmdOpen("open");
 
 #ifndef QT_NO_DEBUG_OUTPUT
 #   define USE_QDEBUG_IF(predicate) if (!predicate) {} else qDebug()