~ubuntu-branches/ubuntu/quantal/v4l-utils/quantal

« back to all changes in this revision

Viewing changes to utils/qv4l2/general-tab.h

  • Committer: Bazaar Package Importer
  • Author(s): Gregor Jasny
  • Date: 2011-06-10 21:03:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110610210352-3h9l2lxd1witgv2i
Tags: 0.8.4-1
* Imported Upstream version 0.8.4
* Change VCS Browser URL due to alioth migration
* Add libjpeg dependency
* Bumped standards to version 3.9.2 (no changes needed)
* Install qv4l2 desktop file and icons
* Remove unnecessary dependency on libsysfs (Closes: #627652)
* Generate Libs.private fields in pkgconfig files from already defined Makefile variables.
* Updated copyright file

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        void updateFreq();
70
70
        void updateFreqChannel();
71
71
        void updateVidCapFormat();
72
 
        void updateFrameSize(unsigned w, unsigned h);
73
 
        void updateFrameInterval(unsigned w, unsigned h);
 
72
        void updateFrameSize();
 
73
        void updateFrameInterval();
74
74
        void updateVidOutFormat();
75
75
 
76
76
        void addWidget(QWidget *w, Qt::Alignment align = Qt::AlignLeft);