diff src/auth.cpp @ 1:eaa27e4ed5be

add client_ui.go
author pyon@macmini
date Mon, 01 Oct 2018 23:18:29 +0900
parents d3b8cd5aeb70
children db4813125eb8
line wrap: on
line diff
--- a/src/auth.cpp	Sun Sep 30 17:27:04 2018 +0900
+++ b/src/auth.cpp	Mon Oct 01 23:18:29 2018 +0900
@@ -1,5 +1,5 @@
 // Filename   : auth.cpp
-// Last Change: 2018-09-29 Sat 06:18:31.
+// Last Change: 2018-10-01 Mon 23:15:27.
 //
 
 #include "auth.h"
@@ -9,7 +9,6 @@
 {
     CreateControls();
     LoadUserID();
-    InDevelop();
 }
 
 AuthDialog::~AuthDialog()
@@ -60,8 +59,9 @@
     // ファイルから UserID を読み込む
 }
 
-void AuthDialog::InDevelop( void )
+void AuthDialog::InDevelop( bool flag )
 {
+    if ( !flag ) return;
     SetTitle( "now on test" );
     m_textCtrlId->SetValue( "test" );
     m_textCtrlPw->SetValue( "test" );