mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix compile warning in macOS
This commit is contained in:
parent
44a85b6578
commit
a009126d77
12
src/vmdtab.h
12
src/vmdtab.h
@ -91,17 +91,17 @@ public slots:
|
|||||||
// Enter edit mode.
|
// Enter edit mode.
|
||||||
void editFile() Q_DECL_OVERRIDE;
|
void editFile() Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
void handleVimCmdCommandCancelled();
|
void handleVimCmdCommandCancelled() Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
void handleVimCmdCommandFinished(VVim::CommandLineType p_type, const QString &p_cmd);
|
void handleVimCmdCommandFinished(VVim::CommandLineType p_type, const QString &p_cmd) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
void handleVimCmdCommandChanged(VVim::CommandLineType p_type, const QString &p_cmd);
|
void handleVimCmdCommandChanged(VVim::CommandLineType p_type, const QString &p_cmd) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
QString handleVimCmdRequestNextCommand(VVim::CommandLineType p_type, const QString &p_cmd);
|
QString handleVimCmdRequestNextCommand(VVim::CommandLineType p_type, const QString &p_cmd) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
QString handleVimCmdRequestPreviousCommand(VVim::CommandLineType p_type, const QString &p_cmd);
|
QString handleVimCmdRequestPreviousCommand(VVim::CommandLineType p_type, const QString &p_cmd) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
QString handleVimCmdRequestRegister(int p_key, int p_modifiers);
|
QString handleVimCmdRequestRegister(int p_key, int p_modifiers) Q_DECL_OVERRIDE;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void writeBackupFile() Q_DECL_OVERRIDE;
|
void writeBackupFile() Q_DECL_OVERRIDE;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user