Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-Enabling ringtone support
Signed-off-by: Tom Swindell <t.swindell@rubyx.co.uk>
  • Loading branch information
Tom Swindell committed Nov 2, 2012
1 parent d23cc15 commit f9b3428
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/basicvoicecallconfigurator.cpp
Expand Up @@ -64,7 +64,7 @@ void BasicVoiceCallConfigurator::configure(VoiceCallManagerInterface *manager)

// Install statically linked plugins.
this->installPlugin(new VoiceCallManagerDBusService(this));
//this->installPlugin(new BasicRingtoneNotificationProvider(this));
this->installPlugin(new BasicRingtoneNotificationProvider(this));

QDir pluginPath("/usr/lib/voicecall/plugins");

Expand Down
6 changes: 4 additions & 2 deletions src/src.pro
Expand Up @@ -20,14 +20,16 @@ HEADERS += \
dbus/voicecallmanagerdbusservice.h \
basicvoicecallconfigurator.h \
audiocallpolicyproxy.h \
voicecallmanager.h
voicecallmanager.h \
basicringtonenotificationprovider.h

SOURCES += \
dbus/voicecallmanagerdbusservice.cpp \
basicvoicecallconfigurator.cpp \
audiocallpolicyproxy.cpp \
voicecallmanager.cpp \
main.cpp
main.cpp \
basicringtonenotificationprovider.cpp

target.path = /usr/bin

Expand Down

0 comments on commit f9b3428

Please sign in to comment.