Skip to content

Commit

Permalink
GMP 6. REPORT, us_reporter_gmp -- revert for test cases...
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsav815 committed Jan 22, 2024
1 parent 34024de commit d628566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions programs/us_reporter_gmp/us_reporter_gmp.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class US_ReporterGMP : public US_Widgets
public:
US_ReporterGMP();
US_ReporterGMP( QString );
//Tests
US_ReporterGMP( QMap<QString, QString> );
void write_gmp_report_DB_test( QString, QString,
int, QString, QString );
Expand Down
6 changes: 3 additions & 3 deletions programs/us_reporter_gmp/us_reporter_gmp_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ int main( int argc, char* argv[] )

// License is OK. Start up.

QMap<QString,QString> t_c;
US_ReporterGMP * w = new US_ReporterGMP( t_c );
//US_ReporterGMP * w = new US_ReporterGMP;
//QMap<QString,QString> t_c;
//US_ReporterGMP * w = new US_ReporterGMP( t_c );
US_ReporterGMP * w = new US_ReporterGMP;
//US_ReporterGMP * w = new US_ReporterGMP( "AUTO" );
w->show(); //!< \memberof QWidget
return application.exec(); //!< \memberof QApplication
Expand Down

0 comments on commit d628566

Please sign in to comment.