~ubuntu-branches/ubuntu/maverick/luckybackup/maverick

« back to all changes in this revision

Viewing changes to src/commandline.h

  • Committer: Andrew Starr-Bochicchio
  • Date: 2010-05-26 04:01:25 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: a.starr.b@gmail.com-20100526040125-9fjy5y0jyzlrbkny
Tags: 0.4.0-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
 - Use gksu to launch in superuser mode as Ubuntu
   doesn't use su-to-root.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
===============================================================================================================================
5
5
===============================================================================================================================
6
6
     This file is part of "luckyBackup" project
7
 
     Copyright 2008-2009, Loukas Avgeriou
 
7
     Copyright 2008-2010, Loukas Avgeriou
8
8
     luckyBackup is distributed under the terms of the GNU General Public License
9
9
     luckyBackup is free software: you can redistribute it and/or modify
10
10
     it under the terms of the GNU General Public License as published by
22
22
 project version        : Please see "main.cpp" for project version
23
23
 
24
24
 developer              : luckyb 
25
 
 last modified          : 24 Nov 2009
 
25
 last modified          : 03 Mar 2010
26
26
===============================================================================================================================
27
27
===============================================================================================================================
28
28
 
50
50
 
51
51
                int count;              //simple count variable !!
52
52
                QString CheckedData;    //String holding the ok - notOK message after the backup dirs check
53
 
 
 
53
                
54
54
        private:
55
55
                char* profileNameArg;   //holds the profile as given at the command line
56
56
                void intro();           //display an intro message
 
57
                int errorCount;         // error counter for a specific task execution
 
58
 
57
59
};
58
60
 
59
61
#endif