2020-10-20 06:37:03 +00:00
|
|
|
// Copyright 2020 Dolphin Emulator Project
|
2021-07-05 01:22:19 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
2020-10-20 06:37:03 +00:00
|
|
|
|
|
|
|
#include "DolphinQt/Config/ToolTipControls/ToolTipComboBox.h"
|
|
|
|
|
|
|
|
QPoint ToolTipComboBox::GetToolTipPosition() const
|
|
|
|
{
|
|
|
|
return pos() + QPoint(width() / 2, height() / 2);
|
|
|
|
}
|