X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fpopups%2Fdeviceoptions.hpp;h=0ad0f5adec09b5a44915fb4aab4eba43384d6749;hp=94ce7afd6f54fc7be5c3dfb0c16c6923242127b2;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=61703a0124c7ace84caf415f7d491a3ad6f42599 diff --git a/pv/popups/deviceoptions.hpp b/pv/popups/deviceoptions.hpp index 94ce7af..0ad0f5a 100644 --- a/pv/popups/deviceoptions.hpp +++ b/pv/popups/deviceoptions.hpp @@ -14,17 +14,16 @@ * 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 . */ -#ifndef PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H -#define PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H +#ifndef PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP +#define PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP #include #include -#include +#include #include namespace sigrok { @@ -42,17 +41,17 @@ public: DeviceOptions(std::shared_ptr device, QWidget *parent); - pv::binding::DeviceOptions& binding(); + pv::binding::Device& binding(); private: std::shared_ptr device_; QVBoxLayout layout_; - pv::binding::DeviceOptions binding_; + pv::binding::Device binding_; }; } // namespace popups } // namespace pv -#endif // PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_H +#endif // PULSEVIEW_PV_POPUPS_DEVICEOPTIONS_HPP