File: path.h

package info (click to toggle)
olive-editor 20181223-2
  • links: PTS
  • area: main
  • in suites: buster
  • size: 2,844 kB
  • sloc: cpp: 20,147; xml: 315; ansic: 16; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 154 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#ifndef PATH_H
#define PATH_H

#include <QString>

QString get_app_dir();
QString get_data_path();
QString get_effects_dir();

#endif // PATH_H