From 55038c0e9b15b9db16333c9b95305df31e972ac0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 25 Mar 2013 22:16:21 +0000 Subject: [PATCH] Fix warning messages about duplicate widget names in devsetup.ui. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3101 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- devsetup.ui | 4 ++-- mainwindow.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devsetup.ui b/devsetup.ui index 88ce491ec..116000c3b 100644 --- a/devsetup.ui +++ b/devsetup.ui @@ -555,7 +555,7 @@ - + @@ -1046,7 +1046,7 @@ - + Qt::Vertical diff --git a/mainwindow.cpp b/mainwindow.cpp index ba4e46e2c..c2848f094 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1,4 +1,4 @@ -//--------------------------------------------------------------- MainWindow +//-------------------------------------------------------------- MainWindow #include "mainwindow.h" #include "ui_mainwindow.h" #include "devsetup.h"