struct -> class

This commit is contained in:
Christian Kandeler
2011-04-20 15:16:33 +02:00
parent ad43f5c48e
commit 220b9f60d4

View File

@@ -40,7 +40,9 @@
namespace Utils {
struct QTCREATOR_UTILS_EXPORT SshPseudoTerminal {
class QTCREATOR_UTILS_EXPORT SshPseudoTerminal
{
public:
SshPseudoTerminal(const QByteArray &termType = "vt100", int rowCount = 24,
int columnCount = 80)
: termType(termType), rowCount(rowCount), columnCount(columnCount) {}