mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Removed unnecessary QDebug
This commit is contained in:
parent
99b35a19b5
commit
50a4d78026
|
@ -261,7 +261,6 @@ bool WebTab::isRestored() const
|
||||||
return m_savedTab.isEmpty();
|
return m_savedTab.isEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
#include <QDebug>
|
|
||||||
void WebTab::restoreTab(const WebTab::SavedTab &tab)
|
void WebTab::restoreTab(const WebTab::SavedTab &tab)
|
||||||
{
|
{
|
||||||
if (qzSettings->loadTabsOnActivation) {
|
if (qzSettings->loadTabsOnActivation) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user