forked from qt-creator/qt-creator
FakeVim: Fix clang complaining about register storage type
Change-Id: I9bbc2835c3311f46fdb3df83d56a8ab1ddd41f5a Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -2010,7 +2010,7 @@ public:
|
||||
bool startRecording(const Input &input);
|
||||
void record(const Input &input);
|
||||
void stopRecording();
|
||||
bool executeRegister(int register);
|
||||
bool executeRegister(int reg);
|
||||
|
||||
// Handle current command as synonym
|
||||
void handleAs(const QString &command);
|
||||
|
Reference in New Issue
Block a user