Skip to content

Commit

Permalink
Clarify the intent behind the :: prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 authored Feb 3, 2024
1 parent 9911722 commit 8fd1bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/qt_deviceconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ DeviceConfig::ConfigureDevice(const _device_ *device, int instance, QWidget *set
config++;
}

/* The :: prefix is intentional. */
/* The :: prefix is there to access global functions instead of local ones named identically. */
if (devicePriv) {
::device_context(device);
device->reload_config(devicePriv);
Expand Down

0 comments on commit 8fd1bff

Please sign in to comment.