CHANGED: renamed toggleAutoDisassemblyFollowSelectionSlot() to follow given convention
This commit is contained in:
parent
69db4494cd
commit
cf763adc18
|
|
@ -1396,7 +1396,7 @@ void TraceBrowser::updateSlot()
|
|||
}
|
||||
}
|
||||
|
||||
void TraceBrowser::toggleAutoDisassemblyFollowSelection()
|
||||
void TraceBrowser::toggleAutoDisassemblyFollowSelectionSlot()
|
||||
{
|
||||
mAutoDisassemblyFollowSelection = !mAutoDisassemblyFollowSelection;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -133,7 +133,7 @@ public slots:
|
|||
|
||||
void updateSlot(); //debug
|
||||
|
||||
void toggleAutoDisassemblyFollowSelection();
|
||||
void toggleAutoDisassemblyFollowSelectionSlot();
|
||||
};
|
||||
|
||||
#endif //TRACEBROWSER_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue