mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2025-01-12 08:10:25 +08:00
Code cleanup
This commit is contained in:
parent
ea8e442153
commit
822ad48152
@ -97,7 +97,6 @@ public:
|
|||||||
*/
|
*/
|
||||||
bool opaqueResize() const;
|
bool opaqueResize() const;
|
||||||
}; // class name
|
}; // class name
|
||||||
}
|
} // namespace ads
|
||||||
// namespace ads
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
#endif // ResizeHandleH
|
#endif // ResizeHandleH
|
||||||
|
@ -102,6 +102,6 @@ public:
|
|||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
void sideTabAutoHideToggleRequested();
|
void sideTabAutoHideToggleRequested();
|
||||||
};
|
};
|
||||||
}
|
} // namespace ads
|
||||||
|
//-----------------------------------------------------------------------------
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user