~ubuntu-branches/ubuntu/wily/kwin/wily-proposed

« back to all changes in this revision

Viewing changes to autotests/test_builtin_effectloader.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-08-10 23:16:37 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20150810231637-5zb2tstjkez93hml
Tags: 4:5.3.95-0ubuntu1
new upstream beta release

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
namespace KWin
39
39
{
40
40
 
41
 
ScriptedEffect *ScriptedEffect::create(KService::Ptr)
 
41
ScriptedEffect *ScriptedEffect::create(const KPluginMetaData&)
42
42
{
43
43
    return nullptr;
44
44
}