summaryrefslogtreecommitdiff
path: root/src/urlbar/urlresolver.h
diff options
context:
space:
mode:
authormegabigbug <megabigbug@arrakis.(none)>2010-07-21 17:13:17 +0200
committermegabigbug <megabigbug@arrakis.(none)>2010-07-21 17:13:17 +0200
commit29222348be2aea93de9d9fc937996d0b7474308d (patch)
treece2f602c81bee4f4b737ee71468368ca6114de3e /src/urlbar/urlresolver.h
parentremove useless bookmarkPath attribute of UrlSearchItem (diff)
downloadrekonq-29222348be2aea93de9d9fc937996d0b7474308d.tar.xz
reintroduce bookmark suggestions
Diffstat (limited to 'src/urlbar/urlresolver.h')
-rw-r--r--src/urlbar/urlresolver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.h b/src/urlbar/urlresolver.h
index 190064eb..c79ce184 100644
--- a/src/urlbar/urlresolver.h
+++ b/src/urlbar/urlresolver.h
@@ -84,7 +84,7 @@ public:
inline bool operator==(const UrlSearchItem &i) const
{
return i.url == url;//TODO && i.title == title;
- }
+ }
};
typedef QList <UrlSearchItem> UrlSearchList;