X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fcolourpopup.cpp;h=170385b3bb4ab26cd49b1d3ef40141d7892d9282;hp=bd87c88827f5f09099e8a05fb9d8e77d30b5fad3;hb=b5940cf0ef30b3519389da8c8768aee4d4424415;hpb=2acdb232d6bb452cfdfaea3ef5218fb4da592329 diff --git a/pv/widgets/colourpopup.cpp b/pv/widgets/colourpopup.cpp index bd87c888..170385b3 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_; } @@ -47,5 +46,5 @@ void ColourPopup::colour_selected(int, int) close(); } -} // widgets -} // pv +} // namespace widgets +} // namespace pv