summaryrefslogtreecommitdiff
path: root/src/plugins/find/searchresultwindow.h
diff options
context:
space:
mode:
authorhjk <qtc-commiter@nokia.com>2008-12-02 15:08:31 +0100
committerhjk <qtc-commiter@nokia.com>2008-12-02 15:08:31 +0100
commitdf7aacd637057300dd20abd06950fc4795c55bf6 (patch)
tree243adce5bc97bf855cdf32c141d5da8cd766a9e1 /src/plugins/find/searchresultwindow.h
parent2ef79dca1cd017ecada24430e15a0b8be6b27cb0 (diff)
downloadqt-creator-df7aacd637057300dd20abd06950fc4795c55bf6.tar.gz
more file cosmetics
Diffstat (limited to 'src/plugins/find/searchresultwindow.h')
-rw-r--r--src/plugins/find/searchresultwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/find/searchresultwindow.h b/src/plugins/find/searchresultwindow.h
index 150f20354a..7d616b1b11 100644
--- a/src/plugins/find/searchresultwindow.h
+++ b/src/plugins/find/searchresultwindow.h
@@ -30,6 +30,7 @@
** version 1.2, included in the file GPL_EXCEPTION.txt in this package.
**
***************************************************************************/
+
#ifndef SEARCHRESULTWINDOW_H
#define SEARCHRESULTWINDOW_H
@@ -91,8 +92,8 @@ private slots:
int searchTermStart, int searchTermLength);
private:
- void readSettings(void);
- void writeSettings(void);
+ void readSettings();
+ void writeSettings();
Internal::SearchResultTreeView *m_searchResultTreeView;
QListWidget *m_noMatchesFoundDisplay;