mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4683 clang-format on all files in ApplicationCode
This commit is contained in:
@@ -27,7 +27,9 @@ class RiuDraggableOverlayFrame : public QFrame
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
RiuDraggableOverlayFrame(QWidget* parent, QWidget* widgetToSnapTo = nullptr, const QColor& backgroundColor = QColor(255, 255, 255, 100));
|
||||
RiuDraggableOverlayFrame( QWidget* parent,
|
||||
QWidget* widgetToSnapTo = nullptr,
|
||||
const QColor& backgroundColor = QColor( 255, 255, 255, 100 ) );
|
||||
QLabel* label();
|
||||
|
||||
protected:
|
||||
|
||||
Reference in New Issue
Block a user