mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #419, reviewed style sheet paintEvent code
* removed for QWidget * added for QDialog http://stackoverflow.com/questions/37952348/enable-own-widget-for-stylesheet
This commit is contained in:
@@ -321,7 +321,6 @@ namespace BlackGui
|
||||
|
||||
//! \name Functions from QTableView
|
||||
//! @{
|
||||
virtual void paintEvent(QPaintEvent *event) override;
|
||||
virtual void showEvent(QShowEvent *event) override;
|
||||
virtual void dragEnterEvent(QDragEnterEvent *event) override;
|
||||
virtual void dragMoveEvent(QDragMoveEvent *event) override;
|
||||
|
||||
Reference in New Issue
Block a user