Guitar
src
Terminal.h
Go to the documentation of this file.
1
#ifndef TERMINAL_H
2
#define TERMINAL_H
3
4
#include <QString>
5
6
class
Terminal
{
7
public
:
8
static
void
open
(QString
const
&dir, QString
const
&ssh_key);
9
};
10
11
12
#endif
// TERMINAL_H
Terminal
Definition:
Terminal.h:6
Terminal::open
static void open(QString const &dir, QString const &ssh_key)
Definition:
Terminal.cpp:32
Generated by
1.9.1