started adding text selection
This commit is contained in:
+3
-3
@@ -24,19 +24,19 @@ public:
|
||||
Link(Type getType, const QString &getValue);
|
||||
|
||||
bool
|
||||
getIsValid()
|
||||
getIsValid() const
|
||||
{
|
||||
return type == None;
|
||||
}
|
||||
|
||||
Type
|
||||
getType()
|
||||
getType() const
|
||||
{
|
||||
return type;
|
||||
}
|
||||
|
||||
const QString &
|
||||
getValue()
|
||||
getValue() const
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user