Browse Source

removed comment

master
Robin Thoni 10 years ago
parent
commit
94ed499371
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      intrabocal/widget.cpp

+ 0
- 11
intrabocal/widget.cpp View File

@@ -9,17 +9,6 @@ Widget::Widget(QWidget *parent) : QWidget(parent), ui(new Ui::Widget)
9 9
 	QShortcut* quit = new QShortcut(QKeySequence("Ctrl+Q"), this);
10 10
 	connect(quit, SIGNAL(activated()), qApp, SLOT(quit()));
11 11
 
12
-
13
-	/*EpiUser usr;
14
-	usr.setLogin("azerty_u");
15
-	usr.setPwd_ppp("psswd");
16
-	Epimafia::saveUser(usr);
17
-	usr.setLogin("");
18
-	usr.setPwd_ppp("ppp");
19
-	Epimafia::saveUser(usr);
20
-	usr.setLogin("login_x");
21
-	Epimafia::saveUser(usr);*/
22
-
23 12
 	m_currentUser = 0;
24 13
 
25 14
 	foreach(QLineEdit* line, findChildren<QLineEdit*>())

Loading…
Cancel
Save