/* * This file Copyright (C) 2009-2014 Mnemosyne LLC * * It may be used under the GNU GPL versions 2 or 3 * or any future license endorsed by Mnemosyne LLC. * * $Id$ */ #include "filters.h" const QString FilterMode::names[NUM_MODES] = { "show-all", "show-active", "show-downloading", "show-seeding", "show-paused", "show-finished", "show-verifying", "show-error", }; int FilterMode::modeFromName (const QString& name) { for (int i=0; i