Maliit Plugins  0.92.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator
coreutils.h
Go to the documentation of this file.
1 #ifndef UTILS_H
2 #define UTILS_H
3 
4 #include <QString>
5 
6 namespace MaliitKeyboard {
7  namespace CoreUtils {
8  const QString &pluginDataDirectory();
9  const QString &maliitKeyboardDataDirectory();
10  }
11 }
12 
13 #endif // UTILS_H