mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
145bdf3ef1
commit
1349f0923a
@ -10,7 +10,7 @@
|
||||
*
|
||||
*/
|
||||
/* $Id$ */
|
||||
#include <qgsconfig.h>
|
||||
#include "qgsconfig.h"
|
||||
|
||||
namespace QGis
|
||||
{
|
||||
|
File diff suppressed because one or more lines are too long
@ -251,3 +251,9 @@ void QgisAppBase::captureLine()
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
void QgisAppBase::about()
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user