mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00

删除项目中对dde-control-center-dev包的引用和其他相关的内容 Log: 删除对dde-control-center-dev包的引用 Influence: 无 Task: https://pms.uniontech.com/task-view-114411.html Change-Id: I38323556c35fb5c5ec870207f6fceac082c13099
16 lines
257 B
C++
16 lines
257 B
C++
//#include "module_widget.h"
|
|
|
|
#include <QWidget>
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
class Test_ModuleWidget : public QObject, public ::testing::Test
|
|
{};
|
|
|
|
TEST_F(Test_ModuleWidget, updateSliderValue)
|
|
{
|
|
//ModuleWidget widget;
|
|
|
|
//widget.updateSliderValue();
|
|
}
|