summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.cpp
blob: 43a0f62b526641ff32ffbe90ca832dd511d4703c (plain)
1
2
3
4
5
6
7
8
9
10

#include "stdpopups.h"


QPopupMenu* newRfcComPopup( const OpieTooth::Services&, QListViewItem* ) {
    return 0l;
}
QPopupMenu* newObexPushPopup( const OpieTooth::Services&, QListViewItem* ) {
    return 0l;
}