X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourpopup.cpp;h=38f3fd76234cea929c9eedab338d40292d76b365;hp=bd87c88827f5f09099e8a05fb9d8e77d30b5fad3;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/widgets/colourpopup.cpp b/pv/widgets/colourpopup.cpp index bd87c88..38f3fd7 100644 --- a/pv/widgets/colourpopup.cpp +++ b/pv/widgets/colourpopup.cpp @@ -14,8 +14,7 @@ * 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.hpp" @@ -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_; }