Fix formatting (#663)

This commit is contained in:
TheBoje 2024-10-04 22:23:40 +02:00
parent 6ff39bccf8
commit 2878559ee6
2 changed files with 124 additions and 125 deletions

View File

@ -18,6 +18,7 @@
** License along with this library; If not, see <http://www.gnu.org/licenses/>.
******************************************************************************/
//============================================================================
/// \file AutoHideDockContainer.h
/// \author Syarif Fakhri
@ -28,11 +29,11 @@
//============================================================================
// INCLUDES
//============================================================================
#include <QSplitter>
#include "AutoHideTab.h"
#include "ads_globals.h"
#include <QSplitter>
#include "AutoHideTab.h"
QT_FORWARD_DECLARE_CLASS(QXmlStreamWriter)
namespace ads
@ -194,8 +195,7 @@ public:
* Removes the AutoHide container from the current side bar and adds
* it to the new side bar given in SideBarLocation
*/
void moveToNewSideBarLocation(SideBarLocation SideBarLocation,
int TabIndex = -1);
void moveToNewSideBarLocation(SideBarLocation SideBarLocation, int TabIndex = -1);
};
} // namespace ads

View File

@ -33,8 +33,7 @@
#include <QApplication>
#include <QElapsedTimer>
#include <QMenu>
#include <qevent.h>
#include <qnamespace.h>
#include <QEvent>
#include "AutoHideDockContainer.h"
#include "AutoHideSideBar.h"