mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
remove useless QgsApplyDialog (#46194)
This commit is contained in:
parent
112754fa69
commit
c42e74c27f
@ -35,7 +35,6 @@
|
||||
class QgsMapLayer;
|
||||
|
||||
class QgsAttributeActionDialog;
|
||||
class QgsApplyDialog;
|
||||
class QgsVectorLayer;
|
||||
class QgsLabelingWidget;
|
||||
class QgsDiagramProperties;
|
||||
|
@ -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
|
@ -993,7 +993,6 @@ ACCEPTABLE_MISSING_ADDED_NOTE = [
|
||||
'QgsRuggednessFilter',
|
||||
'QgsDialog',
|
||||
'QgsExpression',
|
||||
'QgsApplyDialog',
|
||||
'QgsGraduatedSymbolRenderer',
|
||||
'QgsColorWidgetWrapper',
|
||||
'QgsExpressionNodeCondition',
|
||||
|
Loading…
x
Reference in New Issue
Block a user