radioapp/radiouiengine/inc/radioscannerengine.h
changeset 57 21be958eb3ce
parent 34 bc10a61bd7d3
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    74      * Adds a new station that was found
    74      * Adds a new station that was found
    75      * @param frequency Frequency of the found station
    75      * @param frequency Frequency of the found station
    76      */
    76      */
    77     void addScannedFrequency( const uint frequency );
    77     void addScannedFrequency( const uint frequency );
    78 
    78 
    79 signals:
    79 Q_SIGNALS:
    80 
    80 
    81     void stationFound( const RadioStation& station );
    81     void stationFound( const RadioStation& station );
    82 
    82 
    83 private:
    83 private:
    84 
    84