aboutsummaryrefslogtreecommitdiff
path: root/tests/test-exporter.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-06-26 15:55:17 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-06-26 15:55:17 -0500
commitda980e33f340734c91950d244b980c7d8b5eef95 (patch)
tree5184c4670228cc9d8ace1683ea631a93eef9012a /tests/test-exporter.cpp
parentea8bedf5ec63ca42de776de9f4c21343a8163578 (diff)
downloadayatana-indicator-datetime-da980e33f340734c91950d244b980c7d8b5eef95.tar.gz
ayatana-indicator-datetime-da980e33f340734c91950d244b980c7d8b5eef95.tar.bz2
ayatana-indicator-datetime-da980e33f340734c91950d244b980c7d8b5eef95.zip
Add Exporter's implementation to an Impl file because I'm about to shovel more methods and fields in there.
Diffstat (limited to 'tests/test-exporter.cpp')
-rw-r--r--tests/test-exporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-exporter.cpp b/tests/test-exporter.cpp
index a255ef9..4fb2c54 100644
--- a/tests/test-exporter.cpp
+++ b/tests/test-exporter.cpp
@@ -122,7 +122,7 @@ TEST_F(ExporterFixture, Publish)
// try closing the connection prematurely
// to test Exporter's name-lost signal
bool name_lost = false;
- exporter.name_lost.connect([this,&name_lost](){
+ exporter.name_lost().connect([this,&name_lost](){
name_lost = true;
g_main_loop_quit(loop);
});