2 Commits 90b356983d ... 4a5ab79ed2

Author SHA1 Message Date
  dongjunhong 4a5ab79ed2 add auto create license file and delete self 2 months ago
  dongjunhong ea292986cc add auto create license file and delete self 2 months ago

+ 1 - 0
src/tool/tool_getLicense/main.cpp

@@ -9,3 +9,4 @@ int main(int argc, char *argv[])
     w.show();
     return a.exec();
 }
+

+ 1 - 0
src/tool/tool_getLicense/mainwindow.cpp

@@ -20,6 +20,7 @@ MainWindow::MainWindow(QWidget *parent)
     }
 
 }
+
 void MainWindow::on_pushButton_clicked()
 {
     QString machid =ui->lineEdit->text();

+ 1 - 0
src/tool/tool_getLicense/mainwindow.h

@@ -11,6 +11,7 @@ QT_BEGIN_NAMESPACE
 namespace Ui { class MainWindow; }
 QT_END_NAMESPACE
 
+
 class MainWindow : public QMainWindow
 {
     Q_OBJECT

+ 1 - 0
src/tool/tool_getLicense/tool_getLicense.pro

@@ -4,6 +4,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
 
 CONFIG += c++11
 
+
 # The following define makes your compiler emit warnings if you use
 # any Qt feature that has been marked deprecated (the exact warnings
 # depend on your compiler). Please consult the documentation of the