Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Replace deprecated activated() calls to qaction with triggered() - re…
…moves COMPAT warning on console git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8053 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
22 additions
and 21 deletions.
- +1 −0 src/plugins/CMakeLists.txt
- +2 −2 src/plugins/geoprocessing/qgspggeoprocessing.cpp
- +2 −2 src/plugins/georeferencer/plugin.cpp
- +11 −11 src/plugins/grass/qgsgrassplugin.cpp
- +1 −1 src/plugins/maplayer/maplayertest.cpp
- +2 −2 src/plugins/plugin_template/plugin.cpp
- +2 −2 src/plugins/spit/qgsspitplugin.cpp
- +1 −1 src/plugins/wfs/qgswfsplugin.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -19,3 +19,4 @@ ENDIF (GRASS_FOUND) | ||
INSTALL(FILES qgisplugin.h qgsrendererplugin.h DESTINATION ${QGIS_INCLUDE_DIR}) | ||
|
||
SUBDIRS (quick_print) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters