diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-25 12:43:42 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-25 12:43:42 +0300 |
commit | 17c37c3dfabc89c10888f1d39fc7b54d0f7b19dd (patch) | |
tree | 1a8535d000099b7311324edad56da3be22258d47 /src/ui/documentwidget.h | |
parent | d5c80c506389683c4bab5c26e369fd186d88a242 (diff) |
Reload, Stop, and Home navbar buttons
Diffstat (limited to 'src/ui/documentwidget.h')
-rw-r--r-- | src/ui/documentwidget.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/documentwidget.h b/src/ui/documentwidget.h index 02b75e69..dfd342af 100644 --- a/src/ui/documentwidget.h +++ b/src/ui/documentwidget.h | |||
@@ -5,4 +5,5 @@ | |||
5 | iDeclareWidgetClass(DocumentWidget) | 5 | iDeclareWidgetClass(DocumentWidget) |
6 | iDeclareObjectConstruction(DocumentWidget) | 6 | iDeclareObjectConstruction(DocumentWidget) |
7 | 7 | ||
8 | void setUrl_DocumentWidget (iDocumentWidget *d, const iString *url); | 8 | void setUrl_DocumentWidget (iDocumentWidget *, const iString *url); |
9 | iBool isRequestOngoing_DocumentWidget (const iDocumentWidget *); | ||