mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 05:47:14 +02:00
WIP done
This commit is contained in:
@ -81,7 +81,7 @@ void qTabDataOutput::PopulateDetectors() {
|
||||
comboDetector->clear();
|
||||
comboDetector->addItem("All");
|
||||
if (myDet->size() > 1) {
|
||||
for (int i = 0; i < myDet->size(); ++i)
|
||||
for (unsigned int i = 0; i < myDet->size(); ++i)
|
||||
comboDetector->addItem(QString(myDet->getHostname(i).c_str()));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user