refactoring

This commit is contained in:
fourtf
2017-04-12 17:46:44 +02:00
parent 8ef492d7ae
commit 96db82e867
114 changed files with 5554 additions and 3703 deletions
+3 -6
View File
@@ -23,20 +23,17 @@ public:
Link();
Link(Type getType, const QString &getValue);
bool
getIsValid() const
bool getIsValid() const
{
return type == None;
}
Type
getType() const
Type getType() const
{
return type;
}
const QString &
getValue() const
const QString &getValue() const
{
return value;
}