summaryrefslogtreecommitdiff
path: root/src/paths.h
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2014-04-21 11:53:35 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2014-04-21 11:53:35 +0200
commit2a117cc570574099839da41a5ae9fbb2a5ca9e55 (patch)
tree6107da409f9c7f07c0ffa0869a26a161b097aea7 /src/paths.h
parentaa68b7bd585a157e8952881e87e2c09de6ec742f (diff)
Imported Upstream version 14.3.0
Diffstat (limited to 'src/paths.h')
-rw-r--r--src/paths.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/paths.h b/src/paths.h
index 98b16e1..35c7772 100644
--- a/src/paths.h
+++ b/src/paths.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2013 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2014 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -47,6 +47,10 @@ public:
static QString subtitleStyleFile();
+#ifdef Q_OS_WIN
+ static QString fontPath();
+#endif
+
private:
static QString app_path;
static QString config_path;