鱼C论坛

 找回密码
 立即注册
查看: 2124|回复: 0

为什么程序出错

[复制链接]
发表于 2019-7-20 21:42:04 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
#ifndef QUERY_H
#define QUERY_H

#include <QDialog>
#include <QFile>
#include <QList>
#include <QString>


namespace Ui {
class Query;
}

class Query : public QDialog
{
    Q_OBJECT

public:
    explicit Query(QWidget *parent = 0);
    int readfromfile();
     ~Query();



private:
    Ui::Query *ui;

    //QList<QString>stu_lines;  //就是这里!!!!
};

#endif // QUERY_H

如图标记的注释行,我注释后就可以运行不然就会提示程序出错如下面;

Starting D:\QT workplace\build-StudentManager-Desktop_Qt_5_9_2_MinGW_32bit-Debug\debug\StudentManager.exe...
程序异常结束。
The process was ended forcefully.
D:\QT workplace\build-StudentManager-Desktop_Qt_5_9_2_MinGW_32bit-Debug\debug\StudentManager.exe crashed.

这是为什么啊??加上这句就报错
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2024-11-15 16:55

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表