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

« back to all changes in this revision

Viewing changes to src/modifyDialog.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          : 27 Nov 2009
 
25
 last modified          : 02 Mar 2010
26
26
===============================================================================================================================
27
27
===============================================================================================================================
28
28
*/
49
49
                void modifyTrailing();                  //function to add a remove a trailing "/" at the end of the source or dest dir
50
50
                QStringList StdArguments;               //this variable holds the standard arguments used by rsync
51
51
                int ArrayPosition;                      //this holds the item's position in the "operation array"
52
 
                bool validation;                        //becomes true if "validation check" button is pressed
 
52
                //bool validation;                      //becomes true if "validation check" button is pressed
53
53
                int count;              //simple count variable !!
54
54
 
55
55
        private slots:
61
61
                void removeListItem(const int); //SLOT to remove an item from the excluded list
62
62
                void browse(const int);         //SLOT to browse for a directory or file
63
63
                void getPattern(const int);     //SLOT to launch the pattern editor and insert the pattern to a lineEdit
 
64
                void TaskTypeChanged(int);      // SLOT to act upon task type changes
64
65
 
65
66
        private:
66
67
                Ui::modifyDialog uiM;