diff options
| author | Andre Woebbeking <Woebbeking@kde.org> | 2010-12-04 20:12:43 +0100 | 
|---|---|---|
| committer | Andre Woebbeking <Woebbeking@kde.org> | 2010-12-04 20:12:43 +0100 | 
| commit | d20d941035076f2052278d07ed6033ef608a92bb (patch) | |
| tree | f3375099a6c763093360cd7a10ad9be0d14d8c8b /src | |
| parent | Initialize previously uninitialized member variable (diff) | |
| download | rekonq-d20d941035076f2052278d07ed6033ef608a92bb.tar.xz | |
-pedantic
Diffstat (limited to 'src')
| -rw-r--r-- | src/messagebar.h | 2 | ||||
| -rw-r--r-- | src/opensearch/searchengine.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/messagebar.h b/src/messagebar.h index 28b63e87..c2225455 100644 --- a/src/messagebar.h +++ b/src/messagebar.h @@ -42,7 +42,7 @@ class REKONQ_TESTS_EXPORT MessageBar : public NotificationBar  {      Q_OBJECT -    Q_FLAGS(StandardButtons); +    Q_FLAGS(StandardButtons)  public: diff --git a/src/opensearch/searchengine.h b/src/opensearch/searchengine.h index 45077f03..181085ee 100644 --- a/src/opensearch/searchengine.h +++ b/src/opensearch/searchengine.h @@ -47,6 +47,6 @@ KService::List favorites();  KService::Ptr fromString(const QString &text);  QString buildQuery(KService::Ptr engine, const QString &text);  QString extractQuery(const QString &text); -}; +}  #endif | 
