mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
some qt gui changes
This commit is contained in:
parent
822995cbaf
commit
07fe51fa25
10 changed files with 148 additions and 14 deletions
|
@ -1,6 +1,9 @@
|
|||
#include "textbrowsertweaked1.h"
|
||||
|
||||
TextBrowserTweaked1::TextBrowserTweaked1()
|
||||
TextBrowserTweaked1::TextBrowserTweaked1(QWidget * parent): QTextBrowser(parent)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
/*void TextBrowserTweaked1::setSource(const QUrl & url) {
|
||||
emit navigatedTo(url);
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue