X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourpopup.cpp;h=38f3fd76234cea929c9eedab338d40292d76b365;hb=f54fc97e8c4c20b7a37f10b8fd125407eba17226;hp=285e9a050ae300adcce7228a8e69056c0769eb68;hpb=8dbbc7f0b9ea59d0f0d62225772f8a56eee125f5;p=pulseview.git diff --git a/pv/widgets/colourpopup.cpp b/pv/widgets/colourpopup.cpp index 285e9a0..38f3fd7 100644 --- a/pv/widgets/colourpopup.cpp +++ b/pv/widgets/colourpopup.cpp @@ -14,11 +14,10 @@ * 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 . */ -#include "colourpopup.h" +#include "colourpopup.hpp" namespace pv { namespace widgets { @@ -37,7 +36,7 @@ ColourPopup::ColourPopup(int rows, int cols, QWidget *parent) : this, SLOT(colour_selected(int, int))); } -QWellArray& ColourPopup::well_array() +WellArray& ColourPopup::well_array() { return well_array_; }