fixed message cursor positions
This commit is contained in:
+2
-2
@@ -23,9 +23,9 @@ public:
|
||||
Link();
|
||||
Link(Type getType, const QString &getValue);
|
||||
|
||||
bool getIsValid() const
|
||||
bool isValid() const
|
||||
{
|
||||
return type == None;
|
||||
return type != None;
|
||||
}
|
||||
|
||||
Type getType() const
|
||||
|
||||
Reference in New Issue
Block a user