mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
cosmetics
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26292 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
37e389baf7
commit
78767f76fe
@ -38,7 +38,7 @@ private:
|
||||
/// apply dialog
|
||||
void applyView();
|
||||
/// update dialog
|
||||
void updateContents() { };
|
||||
void updateContents() {}
|
||||
///
|
||||
bool initialiseParams(std::string const & data);
|
||||
///
|
||||
|
@ -77,7 +77,7 @@ private:
|
||||
/// Apply changes
|
||||
void applyView();
|
||||
/// update
|
||||
void updateContents() { };
|
||||
void updateContents() {}
|
||||
/// Browse for a file
|
||||
QString browse(QString const &, Type) const;
|
||||
|
||||
|
@ -39,7 +39,7 @@ private:
|
||||
/// Apply changes
|
||||
void applyView();
|
||||
/// update
|
||||
void updateContents() { };
|
||||
void updateContents() {}
|
||||
///
|
||||
bool initialiseParams(std::string const & data);
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user