Skip to content
Snippets Groups Projects
Commit beb10e93 authored by savoirfairelinux's avatar savoirfairelinux
Browse files

bug fixes

parent a7fdf118
No related branches found
No related tags found
No related merge requests found
/****************************************************************************
** Form implementation generated from reading ui file 'configurationpanel.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
/****************************************************************************
** Form interface generated from reading ui file 'configurationpanel.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
......@@ -31,7 +31,7 @@
#include "qtGUImainwindow.h"
void OptionProcess (int argc,char **argv) ;
QString *pOption = NULL;
QString *pOption ;
int
......@@ -43,7 +43,7 @@ main (int argc, char **argv) {
if ( pOption )
manager = new Manager(pOption);
else
manager = new Manager(NULL);
manager = new Manager(new QString());
#if 0
QTranslator translator (0);
......
/****************************************************************************
** Form implementation generated from reading ui file 'phonebook.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
/****************************************************************************
** Form interface generated from reading ui file 'phonebook.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
/****************************************************************************
** Form implementation generated from reading ui file 'url_input.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
/****************************************************************************
** Form interface generated from reading ui file 'url_input.ui'
**
** Created: Sun Jan 2 11:10:33 2005
** Created: Sun Jan 2 11:20:56 2005
** by: The User Interface Compiler ($Id$)
**
** WARNING! All changes made in this file will be lost!
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment