~klimczak-k/beaver-feeds/server

« back to all changes in this revision

Viewing changes to settings/defaultsettings.h

  • Committer: Krzysztof Klimczak
  • Date: 2011-02-03 06:53:27 UTC
  • Revision ID: klimczak.k@gmail.com-20110203065327-1oouu6xrqpgsv7hy
*added rss downloading, parsing and storing in DB

*postgreSQL from now has global settingKey file

+added firstRun detection

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
// ->default value
10
10
 
11
11
namespace Setting {
 
12
        //app
 
13
        const QString firstRunKey = "general/app/firstRun";
 
14
        const QVariant firstRunDef = QVariant(true);
 
15
 
12
16
        //network
13
17
        const QString incomingPortKey = "general/network/incomingPort";
14
18
        const QVariant incomingPortDef = QVariant(443);