forked from qt-creator/qt-creator
Maemo: Shut up pseudo-clever compiler.
This commit is contained in:
@@ -63,7 +63,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
struct Port {
|
struct Port {
|
||||||
Port() : port(-1) {}
|
Port() : port(-1), ssh(false) {}
|
||||||
int port;
|
int port;
|
||||||
bool ssh;
|
bool ssh;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user