kpilot
hotSync.cc File Reference
#include "options.h"
#include <time.h>
#include <unistd.h>
#include <stdio.h>
#include <pi-file.h>
#include <pi-util.h>
#include <qtimer.h>
#include <qfile.h>
#include <qfileinfo.h>
#include <qdir.h>
#include <qvaluelist.h>
#include <qregexp.h>
#include <qstringlist.h>
#include <qthread.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kapplication.h>
#include <kmessagebox.h>
#include "pilotUser.h"
#include "pilotRecord.h"
#include "actionQueue.h"
#include "pilotSerialDatabase.h"
#include "pilotLocalDatabase.h"
#include "pilotDatabase.h"
#include "kpilotSettings.h"
#include "hotSync.moc"
Include dependency graph for hotSync.cc:

Go to the source code of this file.
Functions | |
static bool | checkBackupDirectory (const QString &backupDir) |
static void | initNoBackup (QStringList &dbnames, QValueList< unsigned long > &dbcreators) |
Function Documentation
static bool checkBackupDirectory | ( | const QString & | backupDir | ) | [inline, static] |
Make sure that the backup directory backupDir
exists and is a directory; returns false
if this is not the case.
This method will try to create the directory if it doesn't exist yet.
Definition at line 283 of file hotSync.cc.
static void initNoBackup | ( | QStringList & | dbnames, | |
QValueList< unsigned long > & | dbcreators | |||
) | [inline, static] |
Definition at line 231 of file hotSync.cc.