~ubuntu-branches/ubuntu/wily/kipi-plugins/wily

« back to all changes in this revision

Viewing changes to removeredeyes/commonsettings.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-12-13 12:14:45 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20101213121445-ukbi37gdnr50yzzi
Tags: 1.6.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
{
36
36
public:
37
37
 
38
 
    CommonSettings() {};
 
38
    CommonSettings() : addKeyword(true), storageMode(0), unprocessedMode(0) {};
39
39
 
40
40
    bool    addKeyword;
41
41
    int     storageMode;