Changed include statement in qgis.h to use local rather than global search path.

Modified qgisappbase to restore the Help|About connection which had gotten deleted at some point.


git-svn-id: http://svn.osgeo.org/qgis/trunk@1869 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-08-15 23:34:34 +00:00
parent 145bdf3ef1
commit 1349f0923a
3 changed files with 98 additions and 85 deletions

View File

@ -10,7 +10,7 @@
*
*/
/* $Id$ */
#include <qgsconfig.h>
#include "qgsconfig.h"
namespace QGis
{

File diff suppressed because one or more lines are too long

View File

@ -251,3 +251,9 @@ void QgisAppBase::captureLine()
}
void QgisAppBase::about()
{
}