~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/plugin/konsole/tools.h

  • Committer: Larry Price
  • Date: 2016-06-15 14:47:59 UTC
  • Revision ID: larry.price@canonical.com-20160615144759-6wopn0gxwgta3x1n
Updating QMLTermWidget and removing unnecessary konsole codebase

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