mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 03:35:38 +08:00
Fix Clang warnings
This commit is contained in:
@@ -26,7 +26,7 @@ namespace BlackGui
|
||||
{
|
||||
CDropSite::CDropSite(QWidget *parent) : QLabel(parent)
|
||||
{
|
||||
this->setFrameStyle(QFrame::Sunken | QFrame::StyledPanel);
|
||||
this->setFrameStyle(static_cast<int>(QFrame::Sunken) | QFrame::StyledPanel);
|
||||
this->setAlignment(Qt::AlignCenter);
|
||||
this->setAcceptDrops(true);
|
||||
this->setTextFormat(Qt::RichText);
|
||||
|
||||
Reference in New Issue
Block a user