summaryrefslogtreecommitdiff
path: root/src/prefsubtitles.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2018-03-08 20:48:47 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2018-03-08 20:48:47 +0100
commit6c3f8733e9723de625a14670a948419235504e64 (patch)
tree183ca1da081ae14e3e05d7ae4374c484e0ff9def /src/prefsubtitles.h
parent2a89e521054ca07840269f4c9457c664497e12bd (diff)
New upstream version 18.2.2~ds0
Diffstat (limited to 'src/prefsubtitles.h')
-rw-r--r--src/prefsubtitles.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/prefsubtitles.h b/src/prefsubtitles.h
index 61ec3a4..b38fc32 100644
--- a/src/prefsubtitles.h
+++ b/src/prefsubtitles.h
@@ -36,11 +36,11 @@ public:
virtual QString sectionName();
virtual QPixmap sectionIcon();
- // Pass data to the dialog
- void setData(Preferences * pref);
+ // Pass data to the dialog
+ void setData(Preferences * pref);
- // Apply changes
- void getData(Preferences * pref);
+ // Apply changes
+ void getData(Preferences * pref);
protected:
virtual void createHelp();
@@ -85,7 +85,7 @@ protected slots:
#ifdef FONTS_HACK
void on_windowsfontdir_check_toggled(bool b);
#endif
- void checkBorderStyleCombo( int index );
+ void checkBorderStyleCombo(int index);
protected:
virtual void retranslateStrings();