Needed for changes made in last commit

git-svn-id: http://svn.osgeo.org/qgis/trunk@2255 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-11-14 23:34:25 +00:00
parent 4b642cc6e7
commit a630fe98fb

View File

@ -0,0 +1,38 @@
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you wish to add, delete or rename functions or slots use
** Qt Designer which will update this file, preserving your code. Create an
** init() function in place of a constructor, and a destroy() function in
** place of a destructor.
*****************************************************************************/
void QgsDlgVectorLayerPropertiesBase::pbnCancel_clicked()
{
}
void QgsDlgVectorLayerPropertiesBase::pbnOK_clicked()
{
}
void QgsDlgVectorLayerPropertiesBase::pbnApply_clicked()
{
}
void QgsDlgVectorLayerPropertiesBase::btnHelp_clicked()
{
}
void QgsDlgVectorLayerPropertiesBase::pbnCancel_pressed()
{
}