summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/stdpopups.cpp
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/stdpopups.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/stdpopups.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/stdpopups.cpp b/noncore/net/opietooth/manager/stdpopups.cpp
index f462368..2290b9a 100644
--- a/noncore/net/opietooth/manager/stdpopups.cpp
+++ b/noncore/net/opietooth/manager/stdpopups.cpp
@@ -3,6 +3,7 @@
#include "stdpopups.h"
+extern "C" {
QPopupMenu* newRfcComPopup( const OpieTooth::Services& servive, QListViewItem* item ) {
// return OpieTooth::RfcComPopup( servive, item );
@@ -11,3 +12,5 @@ QPopupMenu* newRfcComPopup( const OpieTooth::Services& servive, QListViewItem* i
QPopupMenu* newObexPushPopup( const OpieTooth::Services&, QListViewItem* ) {
return 0l;
}
+
+}