mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-02 08:54:55 +01:00
clang-tidy nullptr
This commit is contained in:
@@ -802,7 +802,7 @@ void qTabMeasurement::Enable(bool enable) {
|
||||
|
||||
// shortcut each time, else it doesnt work a second time
|
||||
btnStart->setShortcut(QApplication::translate(
|
||||
"TabMeasurementObject", "Shift+Space", 0, QApplication::UnicodeUTF8));
|
||||
"TabMeasurementObject", "Shift+Space", nullptr, QApplication::UnicodeUTF8));
|
||||
}
|
||||
|
||||
void qTabMeasurement::Refresh() {
|
||||
|
||||
Reference in New Issue
Block a user