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

« back to all changes in this revision

Viewing changes to src/patternEditor.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
23
23
// project version      : Please see "main.cpp" for project version
24
24
 
25
25
// developer            : luckyb 
26
 
// last modified        : 27 Nov 2009
 
26
// last modified        : 26 Feb 2010
27
27
//===============================================================================================================================
28
28
//===============================================================================================================================
29
29
 
55
55
                Ui::patternEditor uiP;
56
56
                QString itsPattern;
57
57
                QString SourceRoot;             //this holds the source of the task
58
 
                QString patternLine;            //this holds the final pattern to insert
 
58
                QString patternLine;    //this holds the final pattern to insert
 
59
                QString anchorSource;   //this holds the final directory of the source when "backup the entire source directory by name" is used
59
60
                int count;                      //simple count variable
60
61
 
61
62
        protected: