summaryrefslogtreecommitdiff
path: root/src/webpage.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
committerAndrea Diamantini <adjam7@gmail.com>2011-02-28 19:28:32 +0100
commitc45c938b62e7f667acbe956ec13a7fc18e340d4d (patch)
tree820c6bc25fb04d03ec961548bda44105a7c6d576 /src/webpage.h
parentDo NOT parse suggestions referred to empty strings (diff)
downloadrekonq-c45c938b62e7f667acbe956ec13a7fc18e340d4d.tar.xz
Clean up all d-tors to fix an eventual crash on exit
Diffstat (limited to 'src/webpage.h')
-rw-r--r--src/webpage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/webpage.h b/src/webpage.h
index 86a4cb5b..09977bff 100644
--- a/src/webpage.h
+++ b/src/webpage.h
@@ -74,6 +74,7 @@ public:
{
return _loadingUrl;
};
+
inline QString suggestedFileName()
{
return _suggestedFileName;