mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-27 18:03:48 -07:00
plugins: refactor class member vars (#10257)
This commit is contained in:
@@ -130,11 +130,11 @@ void NCrashReporter::createAndSaveCrash(int sig) {
|
||||
for (size_t i = 0; i < count; i++) {
|
||||
auto p = plugins[i];
|
||||
finalCrashReport += '\t';
|
||||
finalCrashReport += p->name;
|
||||
finalCrashReport += p->m_name;
|
||||
finalCrashReport += " (";
|
||||
finalCrashReport += p->author;
|
||||
finalCrashReport += p->m_author;
|
||||
finalCrashReport += ") ";
|
||||
finalCrashReport += p->version;
|
||||
finalCrashReport += p->m_version;
|
||||
finalCrashReport += '\n';
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user