Skip to content

Commit

Permalink
Fixed links in abstract getter and abstract setter.
Browse files Browse the repository at this point in the history
  • Loading branch information
mamontov-cpp committed May 23, 2015
1 parent a097b58 commit d179d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ifaceed/ifaceed/scripting/abstractgetter.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include "maybe.h"
#include "callable.h"

#include "../../qstdstring.h"
#include "../qstdstring.h"

#include <db/dbproperty.h>
#include <db/dbobject.h>
Expand Down
2 changes: 1 addition & 1 deletion plugins/ifaceed/ifaceed/scripting/abstractsetter.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include "tovalue.h"
#include "abstractcondition.h"

#include "../../qstdstring.h"
#include "../qstdstring.h"

#include <equalto.h>

Expand Down

0 comments on commit d179d0e

Please sign in to comment.