X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourpopup.cpp;h=38f3fd76234cea929c9eedab338d40292d76b365;hb=e62bee7326a4b04c0e914a3fa9e39d1e808821dd;hp=bd87c88827f5f09099e8a05fb9d8e77d30b5fad3;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329;p=pulseview.git diff --git a/pv/widgets/colourpopup.cpp b/pv/widgets/colourpopup.cpp index bd87c888..38f3fd76 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_; }