tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / dbaccess / source / core / inc / migrwarndlg.hxx
blob24bacf3001018c5aff9710cdc1e56e43460ca2b1
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 */
9 #pragma once
11 #include <vcl/weld.hxx>
13 namespace dbaccess
15 class MigrationWarnDialog : public weld::MessageDialogController
17 std::unique_ptr<weld::Button> m_xLater;
19 public:
20 MigrationWarnDialog(weld::Window* pParent);
24 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */