Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2006, 9:52:36 AM (18 years ago)
Author:
bensch
Message:

strange error on tardis again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_video.cc

    r7529 r7531  
    5656        QComboBox* resolution = new QComboBox("Resolution", this);
    5757        layout->addWidget(resolution, 2, 0);
    58         std::vector<std::string> resolutions;
     58        std::vector<QString> resolutions;
    5959        this->getResolutions(resolutions);
    6060        for (unsigned int i = 0; i < resolutions.size(); ++i)
     
    115115   * @param menu the Menu to set The resolutions to.
    116116  */
    117   void GuiVideo::getResolutions(std::vector<std::string>& resolutionList)
     117  void GuiVideo::getResolutions(std::vector<QString>& resolutionList)
    118118  {
    119119    SDL_Init(SDL_INIT_VIDEO);
Note: See TracChangeset for help on using the changeset viewer.