~verzegnassi-stefano/+junk/ubuntu-terminal-app-uitk13

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/qtermwidget/lib/tools.h

  • Committer: Filippo Scognamiglio
  • Date: 2014-10-25 04:42:31 UTC
  • Revision ID: flscogna@gmail.com-20141025044231-javjhusbqa171127
Initial reboot commit.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef TOOLS_H
 
2
#define TOOLS_H
 
3
 
 
4
#include <QString>
 
5
 
 
6
QString get_kb_layout_dir();
 
7
QString get_color_schemes_dir();
 
8
 
 
9
 
 
10
#endif