diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-12-05 17:47:44 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-12-05 17:47:44 +0000 |
| commit | 632ca92a116a1ce5612f8ef0d6a601fc4ce31e3c (patch) | |
| tree | 4bc6fad133aca041175447f8f1c88f7d81f2d32a /src/plugins/Ui/skinned/actionmanager.cpp | |
| parent | 27a0bf662d7dd46823222fd95d73587a0c7a095c (diff) | |
| download | qmmp-632ca92a116a1ce5612f8ef0d6a601fc4ce31e3c.tar.gz qmmp-632ca92a116a1ce5612f8ef0d6a601fc4ce31e3c.tar.bz2 qmmp-632ca92a116a1ce5612f8ef0d6a601fc4ce31e3c.zip | |
skinned: added feature to disable anti-aliasing
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@5810 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Ui/skinned/actionmanager.cpp')
| -rw-r--r-- | src/plugins/Ui/skinned/actionmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Ui/skinned/actionmanager.cpp b/src/plugins/Ui/skinned/actionmanager.cpp index 84f8c4f6a..2d0c95d83 100644 --- a/src/plugins/Ui/skinned/actionmanager.cpp +++ b/src/plugins/Ui/skinned/actionmanager.cpp @@ -56,6 +56,7 @@ ActionManager::ActionManager(QObject *parent) : m_actions[WM_ALLWAYS_ON_TOP] = createAction2(tr("Always on Top"), "always_on_top", ""); m_actions[WM_STICKY] = createAction2(tr("Put on All Workspaces"), "sticky", ""); m_actions[WM_DOUBLE_SIZE] = createAction2(tr("Double Size"), "double_size", tr("Meta+D")); + m_actions[WM_ANTIALIASING] = createAction2(tr("Anti-aliasing"), "anti_aliasing", ""); //volume m_actions[VOL_ENC] = createAction(tr("Volume &+"), "vol_enc", tr("0")); m_actions[VOL_DEC] = createAction(tr("Volume &-"), "vol_dec", tr("9")); |
