mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
26 lines
1.3 KiB
Plaintext
26 lines
1.3 KiB
Plaintext
/***************************************************************************
|
|
qgsattributeaction.sip
|
|
|
|
This is a legacy header to keep backwards compatibility until QGIS 3.
|
|
|
|
-------------------
|
|
begin : Oct 24 2004
|
|
copyright : (C) 2004 by Gavin Macaulay
|
|
email : gavin at macaulay dot co dot nz
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
* *
|
|
* 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. *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
/**
|
|
* QgsAttributeAction is deprecated and has been replaced with
|
|
* QgsActionManager. This legacy typedef will be removed with QGIS 3.
|
|
*/
|
|
typedef QgsActionManager QgsAttributeAction;
|