~ubuntu-branches/ubuntu/utopic/kadu/utopic

« back to all changes in this revision

Viewing changes to kadu-core/gui/windows/kadu-window-actions.h

  • Committer: Package Import Robot
  • Author(s): Patryk Cisek
  • Date: 2014-10-02 11:55:19 UTC
  • mfrom: (0.48.1) (0.44.2) (43.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20141002115519-sxn21g16t596llc0
Tags: 1.0-2
* Using dpkg-buildflags to set compilation and linker flags.
* Added 03-no-CMAKE_CXX_FLAGS-overwrite.patch to make it possible to set
  compilation flags.
* Removed lintian override for RPATH in Kadu's plugins.
* Using chrpath to strip Kadu's plugins from RPATH, since they're not
  needed there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * %kadu copyright begin%
3
3
 * Copyright 2009, 2010, 2010, 2011 Piotr Galiszewski (piotr.galiszewski@kadu.im)
4
4
 * Copyright 2012 Wojciech Treter (juzefwt@gmail.com)
5
 
 * Copyright 2009, 2009, 2010, 2011, 2012 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
 
5
 * Copyright 2009, 2009, 2010, 2011, 2012, 2013, 2014 Rafał Malinowski (rafal.przemyslaw.malinowski@gmail.com)
6
6
 * Copyright 2011 Bartosz Brachaczek (b.brachaczek@gmail.com)
7
7
 * %kadu copyright end%
8
8
 *
60
60
        ActionDescription *MergeContact;
61
61
        ActionDescription *AddGroup;
62
62
        ActionDescription *OpenSearch;
63
 
        ActionDescription *Help;
 
63
        ActionDescription *Forum;
64
64
        ActionDescription *Bugs;
65
65
        ActionDescription *GetInvolved;
66
66
        ActionDescription *About;
105
105
        void mergeContactActionActivated(QAction *sender, bool toggled);
106
106
        void addGroupActionActivated(QAction *sender, bool toggled);
107
107
        void openSearchActionActivated(QAction *sender, bool toggled);
108
 
        void helpActionActivated(QAction *sender, bool toggled);
 
108
        void forumActionActivated(QAction *sender, bool toggled);
109
109
        void bugsActionActivated(QAction *sender, bool toggled);
110
110
        void getInvolvedActionActivated(QAction *sender, bool toggled);
111
111
        void aboutActionActivated(QAction *sender, bool toggled);