mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-30 15:44:55 +01:00
solving merging conflicts from 3.1.0 to developer
This commit is contained in:
@@ -535,8 +535,10 @@ void qTabDataOutput::GetOutputDir(){
|
||||
dispOutputDir->setText(QString(myDet->getFilePath().c_str()));
|
||||
//multi file path blank means sls file paths are different
|
||||
if (dispOutputDir->text().isEmpty()) {
|
||||
#ifdef VERYVERBOSE
|
||||
qDefs::Message(qDefs::INFORMATION,"The file path for individual units are different.\n"
|
||||
"Hence, leaving the common field blank.","qTabDataOutput::GetOutputDir");
|
||||
#endif
|
||||
#ifdef VERBOSE
|
||||
cout << "The file path for individual units are different.\n"
|
||||
"Hence, leaving the common field blank." << endl;
|
||||
|
||||
Reference in New Issue
Block a user