1
0
mirror of https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git synced 2025-03-16 02:59:51 +08:00

Fixed namespace comment in ElidingLabel

This commit is contained in:
Uwe Kindler 2022-10-18 15:46:53 +02:00
parent 0cbc810a5a
commit 3a3c3a96d6

View File

@ -124,7 +124,7 @@ public:
void setOrientation(Qt::Orientation orientation);
}; // class CVerticalElidingLabel
} // namespace QtLabb
} // namespace ads
//---------------------------------------------------------------------------
#endif // ElidingLabelH