Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: include/AdblockPlus/AppInfo.h

Issue 10807053: Add developmentBuild to AppInfo (Closed)
Patch Set: Created June 5, 2013, 9:18 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/AppInfoJsObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/AdblockPlus/AppInfo.h
===================================================================
--- a/include/AdblockPlus/AppInfo.h
+++ b/include/AdblockPlus/AppInfo.h
@@ -29,6 +29,9 @@
std::string name;
std::string platform;
std::string locale;
+ bool developmentBuild;
Wladimir Palant 2013/06/05 09:28:35 "bool release" would have been a more straightforw
+
+ AppInfo() : developmentBuild(false) {}
};
}
« no previous file with comments | « no previous file | src/AppInfoJsObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld