1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-22 18:22:10 +02:00
falkonOfficial/src/sidebar/sidebar.cpp

7 lines
86 B
C++
Raw Normal View History

2011-03-02 16:57:41 +01:00
#include "sidebar.h"
SideBar::SideBar(QWidget *parent) :
QDockWidget(parent)
{
}