Switch to unified view

a/upadapt/songcast.h b/upadapt/songcast.h
...
...
41
    void enableOnButtons();
41
    void enableOnButtons();
42
    void syncReceivers();
42
    void syncReceivers();
43
43
44
private:
44
private:
45
    std::string senderNameFromUri(const std::string& uri);
45
    std::string senderNameFromUri(const std::string& uri);
46
    int selectedSenderIdx();
47
    void songcastPopulate();
46
    void songcastPopulate();
48
    QString receiverText(int, bool);
47
    QString receiverText(int, bool);
49
    
48
    
50
    class Internal;
49
    class Internal;
51
    Internal *m;
50
    Internal *m;