mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +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
|
/// apply dialog
|
||||||
void applyView();
|
void applyView();
|
||||||
/// update dialog
|
/// update dialog
|
||||||
void updateContents() { };
|
void updateContents() {}
|
||||||
///
|
///
|
||||||
bool initialiseParams(std::string const & data);
|
bool initialiseParams(std::string const & data);
|
||||||
///
|
///
|
||||||
|
@ -77,7 +77,7 @@ private:
|
|||||||
/// Apply changes
|
/// Apply changes
|
||||||
void applyView();
|
void applyView();
|
||||||
/// update
|
/// update
|
||||||
void updateContents() { };
|
void updateContents() {}
|
||||||
/// Browse for a file
|
/// Browse for a file
|
||||||
QString browse(QString const &, Type) const;
|
QString browse(QString const &, Type) const;
|
||||||
|
|
||||||
|
@ -39,7 +39,7 @@ private:
|
|||||||
/// Apply changes
|
/// Apply changes
|
||||||
void applyView();
|
void applyView();
|
||||||
/// update
|
/// update
|
||||||
void updateContents() { };
|
void updateContents() {}
|
||||||
///
|
///
|
||||||
bool initialiseParams(std::string const & data);
|
bool initialiseParams(std::string const & data);
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user