mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 09:23:03 +00:00
9 lines
110 B
C++
9 lines
110 B
C++
![]() |
#include "mainwindow.h"
|
||
|
|
||
|
#include <QDebug>
|
||
|
|
||
|
MainWindow::MainWindow(QWidget *parent)
|
||
|
: QWidget(parent)
|
||
|
{
|
||
|
}
|