summaryrefslogtreecommitdiffstats
path: root/fbbrowser/fbbrowser.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbbrowser/fbbrowser.h')
-rw-r--r--fbbrowser/fbbrowser.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/fbbrowser/fbbrowser.h b/fbbrowser/fbbrowser.h
index f7c3c3a..8c32ef9 100644
--- a/fbbrowser/fbbrowser.h
+++ b/fbbrowser/fbbrowser.h
@@ -17,12 +17,17 @@ public:
fbbrowser(const QUrl& url);
~fbbrowser();
Q_INVOKABLE void writeText(QString text); //used for writing web content into a file
+ Q_INVOKABLE void quitAll();
private:
QWebView * view;
+ //QApplication * app(int & argc, char ** argv);
private slots:
void addJSObject();
+
+signals:
+ void signalQuitAll();
};
#endif // FBBROWSER_H