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

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

View File

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