~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-yakkety-landing-070

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/connection.cpp

  • Committer: Ted Gould
  • Date: 2015-12-10 21:01:26 UTC
  • mto: (144.6.2 find-theme-icons-ted)
  • mto: This revision was merged to the branch mainline in revision 213.
  • Revision ID: ted@gould.cx-20151210210126-f8h3iscw2bwar2ye
Adding in click support to the connection object

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
#include "connection.h"
 
3
#include "connection-impl.h"
3
4
 
4
5
#include "application-impl-click.h"
5
6
#include "application-impl-legacy.h"