/* * This file Copyright (C) 2009-2014 Mnemosyne LLC * * It may be used under the GNU Public License v2 or v3 licenses, * 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