Details
Details
Diff Detail
Diff Detail
Event Timeline
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | ||
---|---|---|
934 | You may put this statement in initializer list and make m_saved_timeout const; |
source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | ||
---|---|---|
934 | I would prefer to leave it here because I think it is a bit cleaner (don't like complex expressions in the initializer list) and making it const don't make that big effect in a such simple class. |
You may put this statement in initializer list and make m_saved_timeout const;