- Replaced the QWebView with a custom widget
- Added support form Back and Forward mouse buttons to webview FossilOrigin-Name: c2c1b42f9604c19f48e4811c4eaf44d63aee60fe
This commit is contained in:
6
fuel.pro
6
fuel.pro
@ -46,7 +46,8 @@ SOURCES += src/main.cpp\
|
||||
src/FileTableView.cpp \
|
||||
src/CloneDialog.cpp \
|
||||
src/LoggedProcess.cpp \
|
||||
src/BrowserWidget.cpp
|
||||
src/BrowserWidget.cpp \
|
||||
src/CustomWebView.cpp
|
||||
|
||||
HEADERS += src/MainWindow.h \
|
||||
src/CommitDialog.h \
|
||||
@ -56,7 +57,8 @@ HEADERS += src/MainWindow.h \
|
||||
src/FileTableView.h \
|
||||
src/CloneDialog.h \
|
||||
src/LoggedProcess.h \
|
||||
src/BrowserWidget.h
|
||||
src/BrowserWidget.h \
|
||||
src/CustomWebView.h
|
||||
|
||||
FORMS += ui/MainWindow.ui \
|
||||
ui/CommitDialog.ui \
|
||||
|
Reference in New Issue
Block a user