diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:58:56 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-15 12:58:56 +0200 |
commit | 32d0da0ba3c17281c4a69ee84b42e98246eb3c5d (patch) | |
tree | 4f0b2e33e16bcb5e77db737d59720b7650bcb0d2 /src/mainview.h | |
parent | Fixing state. Rekonq is not usable now, but this seems a good tech preview. (diff) | |
download | rekonq-32d0da0ba3c17281c4a69ee84b42e98246eb3c5d.tar.xz |
First adjustments and code about it (it's really simple, anyway..Qt rocks!!!)
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainview.h b/src/mainview.h index 1ba4a63d..8a5c5cfa 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -124,8 +124,6 @@ public slots: void slotWebReload(); void slotWebStop(); - void polish(); - private slots: void slotCurrentChanged(int index); |