whitespace

This commit is contained in:
Jean-Marc Lasgouttes 2022-06-28 23:12:36 +02:00
parent 6874c86cb5
commit 2283440e77
3 changed files with 7 additions and 7 deletions

View File

@ -66,9 +66,9 @@ private:
void virtual hideEvent(QHideEvent *ev) override;
void hideDialog();
void setFormatIgnores(bool const b);
docstring const checkState(std::string const s, bool const b);
protected Q_SLOTS:

View File

@ -419,17 +419,17 @@ private:
/**
* Write a buffer to a new file name and rename the buffer
* according to the new file name.
*
*
* This function is e.g. used by menu callbacks and
* LFUN_BUFFER_WRITE_AS.
*
*
* If 'newname' is empty, the user is asked via a
* dialog for the buffer's new name and location.
*
*
* If 'newname' is non-empty and has an absolute path, that is used.
* Otherwise the base directory of the buffer is used as the base
* for any relative path in 'newname'.
*
*
* \p kind controls what is done besides the pure renaming:
* LV_WRITE_AS => The buffer is written without version control actions.
* LV_VC_RENAME => The file is renamed in version control.

View File

@ -366,7 +366,7 @@ void TocWidget::outline(FuncCode func_code)
//if another window is active, this attempt will fail,
//but it will work at least for the second attempt
gui_view_.activateWindow();
gui_view_.activateWindow();
enableControls(false);
goTo(list[0]);