forked from qt-creator/qt-creator
struct -> class
This commit is contained in:
@@ -40,7 +40,9 @@
|
|||||||
|
|
||||||
namespace Utils {
|
namespace Utils {
|
||||||
|
|
||||||
struct QTCREATOR_UTILS_EXPORT SshPseudoTerminal {
|
class QTCREATOR_UTILS_EXPORT SshPseudoTerminal
|
||||||
|
{
|
||||||
|
public:
|
||||||
SshPseudoTerminal(const QByteArray &termType = "vt100", int rowCount = 24,
|
SshPseudoTerminal(const QByteArray &termType = "vt100", int rowCount = 24,
|
||||||
int columnCount = 80)
|
int columnCount = 80)
|
||||||
: termType(termType), rowCount(rowCount), columnCount(columnCount) {}
|
: termType(termType), rowCount(rowCount), columnCount(columnCount) {}
|
||||||
|
|||||||
Reference in New Issue
Block a user