]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/connect.cpp
Fix #1128 by showing firmware and PD search paths in settings dialog
[pulseview.git] / pv / dialogs / connect.cpp
index 43112ae5537f9e99cfeef0edc31c93aed13bd6de..911956af73fab4b856e8c09a1b57421439e3cc12 100644 (file)
  * GNU General Public License for more details.
  *
  * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ * along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
 
 #include <libsigrokcxx/libsigrokcxx.hpp>
 
-#include <QLabel>
 #include <QGroupBox>
+#include <QLabel>
 #include <QRadioButton>
 
 #include "connect.hpp"
@@ -42,7 +41,6 @@ using Glib::VariantBase;
 
 using sigrok::ConfigKey;
 using sigrok::Driver;
-using sigrok::Error;
 
 using pv::devices::HardwareDevice;