Skip to content

Commit

Permalink
fixed compliation errors on linux
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@12734 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jan 11, 2010
1 parent 90faef4 commit 7b85c06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/gps/qgsgpsconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <QTime>
#include <QIODevice>
#include <QStringList>
#include <QFileInfo>

#include "qextserialport.h"
#include "qextserialenumerator.h"
Expand Down Expand Up @@ -208,7 +209,7 @@ QStringList QgsGPSConnection::availablePorts()
}
}

mCboDevices->addItem( "usb:" );
devs << "usb:";
#endif

#ifdef __FreeBSD__ // freebsd
Expand Down

0 comments on commit 7b85c06

Please sign in to comment.