remove useless QgsApplyDialog (#46194)

This commit is contained in:
Denis Rouzaud 2021-11-24 18:22:41 +01:00 committed by GitHub
parent 112754fa69
commit c42e74c27f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 45 deletions

View File

@ -35,7 +35,6 @@
class QgsMapLayer;
class QgsAttributeActionDialog;
class QgsApplyDialog;
class QgsVectorLayer;
class QgsLabelingWidget;
class QgsDiagramProperties;

View File

@ -1,43 +0,0 @@
/***************************************************************************
qgsapplydialog.h - description
--------------------------------
begin : November 2008
copyright : (C) 2008 by Marco Hugentobler
email : marco dot hugentobler at karto dot baug dot ethz dot ch
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
#ifndef QGSAPPLYDIALOG_H
#define QGSAPPLYDIALOG_H
#include <QDialog>
/**
* \ingroup plugins
* \brief Interface class for dialogs that have an apply operation (e.g. for symbology)
* \note not available in Python bindings
*/
class QgsApplyDialog: public QDialog
{
Q_OBJECT
public:
//! Constructor for QgsApplyDialog
QgsApplyDialog() = default;
/**
* This method is called when changes should be applied.
* It needs to be implemented by subclasses.
*/
virtual void apply() const = 0;
};
#endif

View File

@ -993,7 +993,6 @@ ACCEPTABLE_MISSING_ADDED_NOTE = [
'QgsRuggednessFilter',
'QgsDialog',
'QgsExpression',
'QgsApplyDialog',
'QgsGraduatedSymbolRenderer',
'QgsColorWidgetWrapper',
'QgsExpressionNodeCondition',