Giter Club home page Giter Club logo

wizqtclient's People

Contributors

ahmong avatar albert-zhou avatar albert748 avatar anyetiangong avatar binotaliu avatar coderlxn avatar deepin-mozart avatar felixonmars avatar fwt11 avatar holmesconan avatar iaalm avatar leido avatar longgangfan avatar mikecoder avatar redbug312 avatar robberphex avatar wanshan2048 avatar wizardlancet avatar wizcn avatar wizteam avatar wizweishijun avatar wpp2014 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wizqtclient's Issues

同步错误无用户反馈的问题

当前的同步出错的处理方式比较粗暴,直接弹出窗口

可以采用在同步图标旁加感叹号的方式提醒用户同步有问题,当用户点击时再弹出详细的出错细节

登录界面优化

  1. 使用list slides方式显示用户登录,代理设置,找回密码,新建账户,好处是用户焦点可以集中在一个界面内
  2. 完善找回密码及新用户注册环节
  3. 使用图片Slides显示程序介绍,图片比文字更具有表现力,且更美观

改进索引栏样式

如图所示,请按照侧边栏大小显示缩略内容,之前下载的安装版是可以显示部分缩略内容的,现在的这种样式很不方便查找笔记。
28

列表栏显示错误的问题

如图所示,请按照侧边栏大小显示缩略内容,之前下载的安装版是可以显示部分缩略内容的,现在的这种样式很不方便查找笔记。
28

make error pthread and dlclose

Using cmake 2.8.10.2 ,make 3.82, gcc 4.7.2, binutils 2.23.1, Kernel 3.6.10 on Arch Linux.
error 1:
Linking CXX executable ../wiznote
/usr/bin/ld: CMakeFiles/wiznote.dir/share/sqlite3.c.o: undefined reference to symbol 'pthread_mutexattr_settype@@GLIBC_2.2.5'
/usr/bin/ld: note: 'pthread_mutexattr_settype@@GLIBC_2.2.5' is defined in DSO /usr/lib/libpthread.so.0 so try adding it to the linker command line
error 2:
undefined reference to symbol 'dlclose@@GLIBC_2.2.5'

在src/CMakeLists.txt中添加下面三行,编译通过了。
IF(UNIX)
TARGET_LINK_LIBRARIES(wiznote ${KWSYS_NAMESPACE} ${CMAKE_DL_LIBS} pthread)
ENDIF(UNIX)
是不是需要修复一下?不知道其他平台有这问题没。

优化偏好设置窗口

  1. 移除“应用”按钮,直接应用修改
  2. Mac本地化Tab显示方式及窗口大小自动调整

第一次下载编译报错

我的系统是ubuntu 11.04,通过apt-get下载qtlib,第一次下载编译。
能否帮我解决一下,谢谢。
报错信息如下:
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::QuaZipFile()': quazipfile.cpp:(.text+0x10): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::QuaZipFile(QObject*)': quazipfile.cpp:(.text+0x80): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::QuaZipFile(QString const&, QObject*)': quazipfile.cpp:(.text+0x10a): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::QuaZipFile(QString const&, QString const&, QuaZip::CaseSensitivity, QObject*)': quazipfile.cpp:(.text+0x1ea): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::QuaZipFile(QuaZip*, QObject*)': quazipfile.cpp:(.text+0x2df): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFilePrivate::setZipError(int) const': quazipfile.cpp:(.text+0x61d): undefined reference toQuaZipFile::staticMetaObject'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::~QuaZipFile()': quazipfile.cpp:(.text+0x1759): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/zip/quazipfile.cpp.o: In function QuaZipFile::~QuaZipFile()': quazipfile.cpp:(.text+0x1819): undefined reference tovtable for QuaZipFile'
CMakeFiles/wiznote.dir/share/wizmisc.cpp.o: In function IWizGlobal::instance()': wizmisc.cpp:(.text+0x213a): undefined reference tovtable for IWizGlobal'
CMakeFiles/wiznote.dir/share/wizmisc.cpp.o: In function WizGlobal()': wizmisc.cpp:(.text+0x21ea): undefined reference tovtable for IWizGlobal'
CMakeFiles/wiznote.dir/share/wizmisc.cpp.o: In function IWizGlobal::IWizGlobal()': wizmisc.cpp:(.text+0x225f): undefined reference tovtable for IWizGlobal'
CMakeFiles/wiznote.dir/share/wizmisc.cpp.o: In function WizSaveDataToFile(QString const&, QByteArray const&)': wizmisc.cpp:(.text+0x8d2f): undefined reference tovtable for IWizGlobal'
CMakeFiles/wiznote.dir/share/wizmisc.cpp.o: In function WizLoadDataFromFile(QString const&, QByteArray&)': wizmisc.cpp:(.text+0x8faf): undefined reference tovtable for IWizGlobal'
CMakeFiles/wiznote.dir/share/wizXmlRpcServer.cpp.o: In function CWizXmlRpcServer::CWizXmlRpcServer(QString const&)': wizXmlRpcServer.cpp:(.text+0x28): undefined reference tovtable for CWizXmlRpcServer'
CMakeFiles/wiznote.dir/share/wizXmlRpcServer.cpp.o: In function CWizXmlRpcServer::processError(WizXmlRpcError, int, QString const&)': wizXmlRpcServer.cpp:(.text+0x43e): undefined reference toCWizXmlRpcServer::xmlRpcError(QString const&, WizXmlRpcError, int, QString const&)'
CMakeFiles/wiznote.dir/share/wizXmlRpcServer.cpp.o: In function CWizXmlRpcServer::processReturn(CWizXmlRpcValue&)': wizXmlRpcServer.cpp:(.text+0x458): undefined reference toCWizXmlRpcServer::xmlRpcReturn(QString const&, CWizXmlRpcValue&)'
CMakeFiles/wiznote.dir/share/wizXmlRpcServer.cpp.o: In function CWizXmlRpcServer::on_replyDownloadProgress(long long, long long)': wizXmlRpcServer.cpp:(.text+0xec1): undefined reference toCWizXmlRpcServer::xmlRpcReadProgress(long long, long long)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::_onXmlRpcError(QString const&, WizXmlRpcError, int, QString const&)': wizapi.cpp:(.text+0x12dd): undefined reference toCWizApiBase::staticMetaObject'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::onXmlRpcError(QString const&, WizXmlRpcError, int, QString const&)': wizapi.cpp:(.text+0x1497): undefined reference toCWizApiBase::processErrorLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::downloadObjectData(WIZOBJECTDATA const&)': wizapi.cpp:(.text+0x1880): undefined reference toCWizApiBase::progressChanged(int)'
wizapi.cpp:(.text+0x1914): undefined reference to CWizApiBase::staticMetaObject' wizapi.cpp:(.text+0x1948): undefined reference toCWizApiBase::processLog(QString const&)'
wizapi.cpp:(.text+0x198c): undefined reference to CWizApiBase::staticMetaObject' wizapi.cpp:(.text+0x19c5): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::onDownloadDataPart(WIZOBJECTPARTDATA const&)': wizapi.cpp:(.text+0x1b5d): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::uploadObjectData(WIZOBJECTDATA const&)': wizapi.cpp:(.text+0x1c94): undefined reference toCWizApiBase::staticMetaObject'
wizapi.cpp:(.text+0x1ccd): undefined reference to CWizApiBase::processLog(QString const&)' wizapi.cpp:(.text+0x1d14): undefined reference toCWizApiBase::staticMetaObject'
wizapi.cpp:(.text+0x1d4d): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In functionCWizApi::uploadDocument(WIZDOCUMENTDATAEX const&)':
wizapi.cpp:(.text+0x23b6): undefined reference to CWizApi::staticMetaObject' wizapi.cpp:(.text+0x23ef): undefined reference toCWizApiBase::processErrorLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApi::uploadAttachment(WIZDOCUMENTATTACHMENTDATAEX const&)': wizapi.cpp:(.text+0x2632): undefined reference toCWizApi::staticMetaObject'
wizapi.cpp:(.text+0x266b): undefined reference to CWizApiBase::processErrorLog(QString const&)' CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In functionCWizApiBase::callAttachmentPostData(WIZDOCUMENTATTACHMENTDATAEX const&)':
wizapi.cpp:(.text+0x4179): undefined reference to CWizApiBase::staticMetaObject' wizapi.cpp:(.text+0x41c4): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::callDocumentPostData(WIZDOCUMENTDATAEX const&)': wizapi.cpp:(.text+0x4814): undefined reference toCWizApiBase::staticMetaObject'
wizapi.cpp:(.text+0x4861): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In functionCWizApiBase::CWizApiBase(QString const&)':
wizapi.cpp:(.text+0x5700): undefined reference to vtable for CWizApiBase' CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In functionCWizApi::CWizApi(CWizDatabase&, CString const&)':
wizapi.cpp:(.text+0x5a9d): undefined reference to vtable for CWizApi' CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In functionCWizApiBase::onXmlRpcReturn(QString const&, CWizXmlRpcValue&)':
wizapi.cpp:(.text+0x5d60): undefined reference to CWizApiBase::clientLoginDone()' wizapi.cpp:(.text+0x61a4): undefined reference toCWizApiBase::getGroupListDone(std::deque<WIZGROUPDATA, std::allocator > const&)'
wizapi.cpp:(.text+0x61c9): undefined reference to CWizApiBase::clientLogoutDone()' wizapi.cpp:(.text+0x6247): undefined reference toCWizApiBase::clientLoginDone()'
CMakeFiles/wiznote.dir/share/wizapi.cpp.o: In function CWizApiBase::~CWizApiBase()': wizapi.cpp:(.text._ZN11CWizApiBaseD2Ev[_ZN11CWizApiBaseD5Ev]+0x17): undefined reference tovtable for CWizApiBase'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::abort()': wizKbSync.cpp:(.text+0xef2): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0xf0c): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0xf23): undefined reference toCWizKbSync::kbSyncDone(bool)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::startDownloadDeleteds()': wizKbSync.cpp:(.text+0xfe2): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x1008): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0x101f): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadDeletedsCompleted()': wizKbSync.cpp:(.text+0x10fa): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x1129): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startUploadDeleteds()':
wizKbSync.cpp:(.text+0x120d): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x123c): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x1265): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startDownloadTags()':
wizKbSync.cpp:(.text+0x12c2): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x12e8): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x12ff): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::onDownloadTagsCompleted()':
wizKbSync.cpp:(.text+0x13c8): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x13f7): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::startUploadTags()': wizKbSync.cpp:(.text+0x14cb): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x14fa): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0x1523): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::startDownloadStyles()': wizKbSync.cpp:(.text+0x1582): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x15a8): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0x15bf): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadStylesCompleted()': wizKbSync.cpp:(.text+0x16a4): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x16d3): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startUploadStyles()':
wizKbSync.cpp:(.text+0x17c7): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x17f6): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x181f): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startDownloadDocumentsSimpleInfo()':
wizKbSync.cpp:(.text+0x1882): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x18a8): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x18bf): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startUploadDocuments()':
wizKbSync.cpp:(.text+0x19ad): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x19dc): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x1a05): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startDownloadAttachmentsInfo()':
wizKbSync.cpp:(.text+0x1a62): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x1a88): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadAttachmentsInfoCompleted()': wizKbSync.cpp:(.text+0x1b76): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x1ba5): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startUploadAttachments()':
wizKbSync.cpp:(.text+0x1c89): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x1cb8): undefined reference toCWizApiBase::processLog(QString const&)'
wizKbSync.cpp:(.text+0x1ce1): undefined reference to CWizApiBase::progressChanged(int)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::startDownloadDocumentsFullInfo()':
wizKbSync.cpp:(.text+0x1d59): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x1d73): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadDocumentsFullInfoCompleted()': wizKbSync.cpp:(.text+0x1dc7): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadObjectsDataCompleted()': wizKbSync.cpp:(.text+0x1e4a): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::stopSync()': wizKbSync.cpp:(.text+0x1e71): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDocumentsGetInfo(std::deque<WIZDOCUMENTDATABASE, std::allocator<WIZDOCUMENTDATABASE> > const&)': wizKbSync.cpp:(.text+0x1fc3): undefined reference toCWizApiBase::processErrorLog(QString const&)'
wizKbSync.cpp:(.text+0x23bd): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x23fa): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onAttachmentsGetInfo(std::deque<WIZDOCUMENTATTACHMENTDATAEX, std::allocator<WIZDOCUMENTATTACHMENTDATAEX> > const&)': wizKbSync.cpp:(.text+0x2714): undefined reference toCWizApiBase::processErrorLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::processConflictObjectData(WIZOBJECTDATA const&)': wizKbSync.cpp:(.text+0x2ba2): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x2c29): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x2cbf): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x2cf3): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0x2d85): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::queryAttachmentInfo(CString const&, CString const&)': wizKbSync.cpp:(.text+0x4931): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x496d): undefined reference to CWizApiBase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In functionCWizKbSync::queryDocumentInfo(CString const&, CString const&)':
wizKbSync.cpp:(.text+0x4b21): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x4b5d): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::startDownloadObjectsData()': wizKbSync.cpp:(.text+0x4ed7): undefined reference toCWizKbSync::staticMetaObject'
wizKbSync.cpp:(.text+0x4f0d): undefined reference to CWizApiBase::processLog(QString const&)' wizKbSync.cpp:(.text+0x4f3b): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::onDownloadDocumentsSimpleInfoCompleted()': wizKbSync.cpp:(.text+0x665f): undefined reference toCWizApiBase::progressChanged(int)'
wizKbSync.cpp:(.text+0x672c): undefined reference to CWizKbSync::staticMetaObject' wizKbSync.cpp:(.text+0x675b): undefined reference toCWizApiBase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::CWizKbSync(CWizDatabase&, CString const&)': wizKbSync.cpp:(.text+0x6ad0): undefined reference tovtable for CWizKbSync'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::startSync(QString const&)': wizKbSync.cpp:(.text+0x7e4d): undefined reference toCWizApiBase::progressChanged(int)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizKbSync::stopSync()': wizKbSync.cpp:(.text+0x1e81): undefined reference toCWizKbSync::kbSyncDone(bool)'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizApi::~CWizApi()': wizKbSync.cpp:(.text._ZN7CWizApiD2Ev[_ZN7CWizApiD5Ev]+0x13): undefined reference tovtable for CWizApi'
CMakeFiles/wiznote.dir/share/wizKbSync.cpp.o: In function CWizApi::~CWizApi()': wizKbSync.cpp:(.text._ZN7CWizApiD0Ev[_ZN7CWizApiD5Ev]+0x13): undefined reference tovtable for CWizApi'
CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In function CWizSync::startSync()': wizSync.cpp:(.text+0x329): undefined reference toCWizSync::staticMetaObject'
wizSync.cpp:(.text+0x399): undefined reference to CWizSync::syncStarted()' CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In functionCWizSync::on_clientLoginDone()':
wizSync.cpp:(.text+0x500): undefined reference to CWizSync::syncLogined()' CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In functionCWizSync::~CWizSync()':
wizSync.cpp:(.text+0x554): undefined reference to vtable for CWizSync' CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In functionCWizSync::~CWizSync()':
wizSync.cpp:(.text+0x1644): undefined reference to vtable for CWizSync' CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In functionCWizSync::CWizSync(CWizDatabaseManager&, QString const&)':
wizSync.cpp:(.text+0x2755): undefined reference to vtable for CWizSync' CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In functionCWizSync::on_kbSyncDone(bool)':
wizSync.cpp:(.text+0x29f4): undefined reference to CWizSync::staticMetaObject' wizSync.cpp:(.text+0x2a6e): undefined reference toCWizSync::syncDone(bool)'
wizSync.cpp:(.text+0x2b41): undefined reference to CWizSync::staticMetaObject' wizSync.cpp:(.text+0x2d3c): undefined reference toCWizSync::staticMetaObject'
wizSync.cpp:(.text+0x2db0): undefined reference to CWizSync::syncDone(bool)' wizSync.cpp:(.text+0x2dd4): undefined reference toCWizSync::staticMetaObject'
wizSync.cpp:(.text+0x2e45): undefined reference to CWizSync::syncDone(bool)' wizSync.cpp:(.text+0x2f96): undefined reference toCWizSync::syncDone(bool)'
CMakeFiles/wiznote.dir/share/wizSync.cpp.o: In function CWizSync::on_getGroupListDone(std::deque<WIZGROUPDATA, std::allocator<WIZGROUPDATA> > const&)': wizSync.cpp:(.text+0x42d3): undefined reference toCWizSync::staticMetaObject'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDocument::CWizDocument(CWizDatabase&, WIZDOCUMENTDATA const&)': wizDatabase.cpp:(.text+0x91a): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDocument::MoveTo(QObject*)': wizDatabase.cpp:(.text+0xb7f): undefined reference totypeinfo for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizFolder::CWizFolder(CWizDatabase&, CString const&)': wizDatabase.cpp:(.text+0xd5a): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizFolder::CreateDocument2(QString const&, QString const&)': wizDatabase.cpp:(.text+0xfe7): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::CWizDatabase()': wizDatabase.cpp:(.text+0x125a): undefined reference tovtable for CWizDatabase'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::setDatabaseInfo(QString const&, QString const&, QString const&, int)': wizDatabase.cpp:(.text+0x137b): undefined reference toCWizDatabase::databasePermissionChanged(QString const&)'
wizDatabase.cpp:(.text+0x15d2): undefined reference to CWizDatabase::databaseRename(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateDeletedGUID(WIZDELETEDGUIDDATA const&)':
wizDatabase.cpp:(.text+0x57e8): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateTag(WIZTAGDATA const&)':
wizDatabase.cpp:(.text+0x5901): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateStyle(WIZSTYLEDATA const&)':
wizDatabase.cpp:(.text+0x59da): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateAttachment(WIZDOCUMENTATTACHMENTDATAEX const&)':
wizDatabase.cpp:(.text+0x5b60): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateTags(std::deque<WIZTAGDATA, std::allocator > const&)':
wizDatabase.cpp:(.text+0x5e5d): undefined reference to CWizDatabase::updateError(QString const&)' wizDatabase.cpp:(.text+0x5ed3): undefined reference toCWizDatabase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::UpdateStyles(std::deque<WIZSTYLEDATA, std::allocator<WIZSTYLEDATA> > const&)': wizDatabase.cpp:(.text+0x6104): undefined reference toCWizDatabase::updateError(QString const&)'
wizDatabase.cpp:(.text+0x61bc): undefined reference to CWizDatabase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateAttachments(std::deque<WIZDOCUMENTATTACHMENTDATAEX, std::allocator > const&)':
wizDatabase.cpp:(.text+0x6415): undefined reference to CWizDatabase::processLog(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::UpdateDocumentData(WIZDOCUMENTDATA&, QString const&, QString const&, int)':
wizDatabase.cpp:(.text+0x66a7): undefined reference to vtable for CWizDocument' wizDatabase.cpp:(.text+0x68eb): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::CreateDocumentAndInit(CString const&, CString const&, int, CString const&, CString const&, CString const&, CString const&, WIZDOCUMENTDATA&)': wizDatabase.cpp:(.text+0x70b1): undefined reference toCWizIndexBase::documentCreated(WIZDOCUMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::LoadCompressedAttachmentData(CString const&, QByteArray&)': wizDatabase.cpp:(.text+0x772e): undefined reference toCWizDatabase::updateError(QString const&)'
wizDatabase.cpp:(.text+0x787a): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::SaveCompressedAttachmentData(CString const&, QByteArray const&)':
wizDatabase.cpp:(.text+0x7b29): undefined reference to CWizDatabase::updateError(QString const&)' wizDatabase.cpp:(.text+0x7b99): undefined reference toCWizDatabase::updateError(QString const&)'
wizDatabase.cpp:(.text+0x7c27): undefined reference to CWizDatabase::updateError(QString const&)' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizDatabase::GetLocationDisplayName(CString const&)':
wizDatabase.cpp:(.text+0x8052): undefined reference to CWizDatabase::staticMetaObject' wizDatabase.cpp:(.text+0x81bc): undefined reference toCWizDatabase::staticMetaObject'
wizDatabase.cpp:(.text+0x8220): undefined reference to CWizDatabase::staticMetaObject' wizDatabase.cpp:(.text+0x8270): undefined reference toCWizDatabase::staticMetaObject'
wizDatabase.cpp:(.text+0x82f0): undefined reference to CWizDatabase::staticMetaObject' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o:wizDatabase.cpp:(.text+0x8358): more undefined references toCWizDatabase::staticMetaObject' follow
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::GetFolderByLocation(QString const&, bool)': wizDatabase.cpp:(.text+0x8e74): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::GetDeletedItemsFolder()': wizDatabase.cpp:(.text+0x8efd): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::DocumentFromGUID(QString const&)': wizDatabase.cpp:(.text+0x8fbc): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::UpdateDocumentAbstract(CString const&)': wizDatabase.cpp:(.text+0x987e): undefined reference toCWizDatabase::updateError(QString const&)'
wizDatabase.cpp:(.text+0x98a5): undefined reference to CWizIndexBase::documentAbstractModified(WIZDOCUMENTDATA const&)' wizDatabase.cpp:(.text+0x9958): undefined reference toCWizDatabase::updateError(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::UpdateSyncObjectLocalData(WIZOBJECTDATA const&)': wizDatabase.cpp:(.text+0x9cd0): undefined reference toCWizDatabase::updateError(QString const&)'
wizDatabase.cpp:(.text+0x9db8): undefined reference to CWizDatabase::updateError(QString const&)' wizDatabase.cpp:(.text+0x9df1): undefined reference toCWizIndexBase::documentDataModified(WIZDOCUMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDocument::Delete()': wizDatabase.cpp:(.text+0xad75): undefined reference tovtable for CWizFolder'
wizDatabase.cpp:(.text+0xad92): undefined reference to typeinfo for CWizFolder' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizFolder::MoveTo(QObject_)':
wizDatabase.cpp:(.text+0xb6c4): undefined reference to typeinfo for CWizFolder' CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In functionCWizFolder::Delete()':
wizDatabase.cpp:(.text+0xbaea): undefined reference to vtable for CWizFolder' wizDatabase.cpp:(.text+0xbb1c): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::UpdateDocument(WIZDOCUMENTDATAEX const&)': wizDatabase.cpp:(.text+0xc4db): undefined reference toCWizDatabase::updateError(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDatabase::UpdateDocuments(std::deque<WIZDOCUMENTDATAEX, std::allocator<WIZDOCUMENTDATAEX> > const&)': wizDatabase.cpp:(.text+0xc675): undefined reference toCWizDatabase::processLog(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizFolder::~CWizFolder()': wizDatabase.cpp:(.text._ZN10CWizFolderD2Ev[_ZN10CWizFolderD5Ev]+0xb): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizFolder::~CWizFolder()': wizDatabase.cpp:(.text._ZN10CWizFolderD0Ev[_ZN10CWizFolderD5Ev]+0xb): undefined reference tovtable for CWizFolder'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDocument::~CWizDocument()': wizDatabase.cpp:(.text._ZN12CWizDocumentD2Ev[_ZN12CWizDocumentD5Ev]+0xb): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabase.cpp.o: In function CWizDocument::~CWizDocument()': wizDatabase.cpp:(.text._ZN12CWizDocumentD0Ev[_ZN12CWizDocumentD5Ev]+0xb): undefined reference tovtable for CWizDocument'
CMakeFiles/wiznote.dir/share/wizDatabaseManager.cpp.o: In function CWizDatabaseManager::CWizDatabaseManager(QString const&)': wizDatabaseManager.cpp:(.text+0x22): undefined reference tovtable for CWizDatabaseManager'
CMakeFiles/wiznote.dir/share/wizDatabaseManager.cpp.o: In function CWizDatabaseManager::close(QString const&)': wizDatabaseManager.cpp:(.text+0x80c): undefined reference toCWizDatabaseManager::databaseClosed(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabaseManager.cpp.o: In function CWizDatabaseManager::open(QString const&)': wizDatabaseManager.cpp:(.text+0xcf0): undefined reference toCWizDatabaseManager::databaseOpened(QString const&)'
CMakeFiles/wiznote.dir/share/wizDatabaseManager.cpp.o: In function CWizDatabaseManager::~CWizDatabaseManager()': wizDatabaseManager.cpp:(.text+0x102b): undefined reference tovtable for CWizDatabaseManager'
CMakeFiles/wiznote.dir/share/wizverifyaccount.cpp.o: In function CWizVerifyAccount::onClientLogin(WIZUSERINFO const&)': wizverifyaccount.cpp:(.text+0x39): undefined reference toCWizVerifyAccount::done(bool, int, QString const&)'
CMakeFiles/wiznote.dir/share/wizverifyaccount.cpp.o: In function CWizVerifyAccount::onXmlRpcError(QString const&, WizXmlRpcError, int, QString const&)': wizverifyaccount.cpp:(.text+0x78): undefined reference toCWizVerifyAccount::done(bool, int, QString const&)'
CMakeFiles/wiznote.dir/share/wizsettings.cpp.o: In function CWizUserSettings::get(QString const&) const': wizsettings.cpp:(.text+0x1778): undefined reference tovtable for CWizDatabase'
wizsettings.cpp:(.text+0x17d4): undefined reference to vtable for CWizDatabase' CMakeFiles/wiznote.dir/share/wizsettings.cpp.o: In functionCWizUserSettings::set(QString const&, QString const&)':
wizsettings.cpp:(.text+0x1c9c): undefined reference to vtable for CWizDatabase' CMakeFiles/wiznote.dir/share/wizsettings.cpp.o: In functionCWizUserSettings::password() const':
wizsettings.cpp:(.text+0x20fd): undefined reference to vtable for CWizDatabase' wizsettings.cpp:(.text+0x215c): undefined reference tovtable for CWizDatabase'
CMakeFiles/wiznote.dir/share/wizsettings.cpp.o:wizsettings.cpp:(.text+0x2654): more undefined references to vtable for CWizDatabase' follow CMakeFiles/wiznote.dir/share/wizsyncthread.cpp.o: In functionCWizSyncThread::CWizSyncThread(CWizExplorerApp&, QObject_)':
wizsyncthread.cpp:(.text+0x1b): undefined reference to vtable for CWizSyncThread' CMakeFiles/wiznote.dir/share/wizdownloadobjectdata.cpp.o: In functionCWizDownloadObjectData::onXmlRpcError(QString const&, WizXmlRpcError, int, QString const&)':
wizdownloadobjectdata.cpp:(.text+0x28f): undefined reference to CWizDownloadObjectData::downloadDone(bool)' CMakeFiles/wiznote.dir/share/wizdownloadobjectdata.cpp.o: In functionCWizDownloadObjectData::CWizDownloadObjectData(CWizDatabaseManager&)':
wizdownloadobjectdata.cpp:(.text+0x610): undefined reference to vtable for CWizDownloadObjectData' CMakeFiles/wiznote.dir/share/wizdownloadobjectdata.cpp.o: In functionCWizDownloadObjectData::onDownloadObjectDataCompleted(WIZOBJECTDATA const&)':
wizdownloadobjectdata.cpp:(.text+0x517): undefined reference to CWizDownloadObjectData::downloadDone(bool)' CMakeFiles/wiznote.dir/share/wizcreateaccount.cpp.o: In functionCWizCreateAccount::CWizCreateAccount(CString const&)':
wizcreateaccount.cpp:(.text+0xc): undefined reference to vtable for CWizCreateAccount' CMakeFiles/wiznote.dir/share/wizcreateaccount.cpp.o: In functionCWizCreateAccount::onXmlRpcError(QString const&, WizXmlRpcError, int, QString const&)':
wizcreateaccount.cpp:(.text+0x4a): undefined reference to CWizCreateAccount::done(bool, CString const&)' CMakeFiles/wiznote.dir/share/wizcreateaccount.cpp.o: In functionCWizCreateAccount::onCreateAccount()':
wizcreateaccount.cpp:(.text+0xb7): undefined reference to CWizCreateAccount::done(bool, CString const&)' CMakeFiles/wiznote.dir/share/wizcommonui.cpp.o: In functionCWizCommonUI::CWizCommonUI(QObject_)':
wizcommonui.cpp:(.text+0xc): undefined reference to vtable for CWizCommonUI' CMakeFiles/wiznote.dir/share/wizanimateaction.cpp.o: In functionCWizAnimateAction::CWizAnimateAction(CWizExplorerApp&, QObject_)':
wizanimateaction.cpp:(.text+0x198): undefined reference to vtable for CWizAnimateAction' CMakeFiles/wiznote.dir/share/wizpopupwidget.cpp.o: In functionCWizPopupWidget::CWizPopupWidget(QWidget_)':
wizpopupwidget.cpp:(.text+0x33d): undefined reference to vtable for CWizPopupWidget' wizpopupwidget.cpp:(.text+0x345): undefined reference tovtable for CWizPopupWidget'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::CWizIndexBase()': wizindex.cpp:(.text+0x7f6): undefined reference tovtable for CWizIndexBase'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::~CWizIndexBase()': wizindex.cpp:(.text+0x890): undefined reference tovtable for CWizIndexBase'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::CreateTagEx(WIZTAGDATA const&)': wizindex.cpp:(.text+0x2211): undefined reference toCWizIndexBase::tagCreated(WIZTAGDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::DeleteTagEx(WIZTAGDATA const&)': wizindex.cpp:(.text+0x247f): undefined reference toCWizIndexBase::tagDeleted(WIZTAGDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::CreateStyleEx(WIZSTYLEDATA const&)': wizindex.cpp:(.text+0x284f): undefined reference toCWizIndexBase::styleCreated(WIZSTYLEDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::DeleteStyleEx(WIZSTYLEDATA const&)': wizindex.cpp:(.text+0x2aaf): undefined reference toCWizIndexBase::styleDeleted(WIZSTYLEDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::CreateDocumentEx(WIZDOCUMENTDATA const&)': wizindex.cpp:(.text+0x340f): undefined reference toCWizIndexBase::documentCreated(WIZDOCUMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::DeleteDocumentEx(WIZDOCUMENTDATA const&)': wizindex.cpp:(.text+0x37bf): undefined reference toCWizIndexBase::documentDeleted(WIZDOCUMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::CreateAttachmentEx(WIZDOCUMENTATTACHMENTDATA const&)': wizindex.cpp:(.text+0x3c4f): undefined reference toCWizIndexBase::attachmentCreated(WIZDOCUMENTATTACHMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndexBase::DeleteAttachmentEx(WIZDOCUMENTATTACHMENTDATA const&)': wizindex.cpp:(.text+0x3eff): undefined reference toCWizIndexBase::attachmentDeleted(WIZDOCUMENTATTACHMENTDATA const&)'
CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In function CWizIndex::CWizIndex()': wizindex.cpp:(.text+0x3f96): undefined reference tovtable for CWizIndexBase'
wizindex.cpp:(.text+0x4005): undefined reference to vtable for CWizIndex' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndex::~CWizIndex()':
wizindex.cpp:(.text+0x406b): undefined reference to vtable for CWizIndex' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndex::~CWizIndex()':
wizindex.cpp:(.text+0x40ab): undefined reference to vtable for CWizIndex' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndex::LogDeletedFolder(CString const&)':
wizindex.cpp:(.text+0x1294e): undefined reference to CWizIndexBase::folderDeleted(CString const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndex::AddExtraFolder(CString const&)':
wizindex.cpp:(.text+0x12cbe): undefined reference to CWizIndexBase::folderCreated(CString const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndexBase::ModifyDocumentInfoEx(WIZDOCUMENTDATA const&)':
wizindex.cpp:(.text+0x1aa74): undefined reference to CWizIndexBase::documentModified(WIZDOCUMENTDATA const&, WIZDOCUMENTDATA const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndexBase::ModifyTagEx(WIZTAGDATA const&)':
wizindex.cpp:(.text+0x20b41): undefined reference to CWizIndexBase::tagModified(WIZTAGDATA const&, WIZTAGDATA const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndexBase::ModifyStyleEx(WIZSTYLEDATA const&)':
wizindex.cpp:(.text+0x27501): undefined reference to CWizIndexBase::styleModified(WIZSTYLEDATA const&, WIZSTYLEDATA const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndexBase::ModifyAttachmentInfoEx(WIZDOCUMENTATTACHMENTDATA const&)':
wizindex.cpp:(.text+0x298e1): undefined reference to CWizIndexBase::attachmentModified(WIZDOCUMENTATTACHMENTDATA const&, WIZDOCUMENTATTACHMENTDATA const&)' CMakeFiles/wiznote.dir/share/wizindex.cpp.o: In functionCWizIndex::UpdateDocumentDataMD5(WIZDOCUMENTDATA&, CString const&)':
wizindex.cpp:(.text+0x2a65c): undefined reference to CWizIndexBase::documentDataModified(WIZDOCUMENTDATA const&)' CMakeFiles/wiznote.dir/share/wizThumbIndexCache.cpp.o: In functionCWizThumbIndexCache::CWizThumbIndexCache(CWizExplorerApp&)':
wizThumbIndexCache.cpp:(.text+0x54a): undefined reference to vtable for CWizThumbIndexCache' CMakeFiles/wiznote.dir/share/wizThumbIndexCache.cpp.o: In functionCWizThumbIndexCache::get(QString const&, QString const&, bool)':
wizThumbIndexCache.cpp:(.text+0xa2f): undefined reference to CWizThumbIndexCache::loaded(WIZABSTRACT const&)' wizThumbIndexCache.cpp:(.text+0xb47): undefined reference toCWizThumbIndexCache::loaded(WIZABSTRACT const&)'
CMakeFiles/wiznote.dir/share/wizziwreader.cpp.o: In function CWizZiwReader::CWizZiwReader(QObject_)': wizziwreader.cpp:(.text+0xc): undefined reference to vtable for CWizZiwReader'
CMakeFiles/wiznote.dir/wizdocumentlistview.cpp.o: In functionCWizDocumentListView::CWizDocumentListView(CWizExplorerApp&, QWidget_)': wizdocumentlistview.cpp:(.text+0x26): undefined reference to vtable for CWizDocumentListView'
wizdocumentlistview.cpp:(.text+0x31): undefined reference tovtable for CWizDocumentListView' CMakeFiles/wiznote.dir/wizdocumentlistview.cpp.o: In function CWizDocumentListView::on_action_encryptDocument()':
wizdocumentlistview.cpp:(.text+0x204c): undefined reference tovtable for CWizDocument' CMakeFiles/wiznote.dir/wizdocumentlistview.cpp.o: In function CWizDocumentListView::on_action_deleteDocument()':
wizdocumentlistview.cpp:(.text+0x2303): undefined reference tovtable for CWizDocument' CMakeFiles/wiznote.dir/wizdocumentlistview.cpp.o: In function CWizDocumentListView::dropEvent(QDropEvent_)':
wizdocumentlistview.cpp:(.text+0x330c): undefined reference to vtable for CWizDocument' CMakeFiles/wiznote.dir/wizdocumentview.cpp.o: In functionCWizDocumentView::CWizDocumentView(CWizExplorerApp&, QWidget_)':
wizdocumentview.cpp:(.text+0x2b9): undefined reference to vtable for CWizDocumentView' wizdocumentview.cpp:(.text+0x2c4): undefined reference tovtable for CWizDocumentView'
CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function _ZN19CWizDocumentWebView12saveDocumentEb.clone.15': wizdocumentwebview.cpp:(.text+0x287): undefined reference toMainWindow::staticMetaObject'
CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::CWizDocumentWebView(CWizExplorerApp&, QWidget_)': wizdocumentwebview.cpp:(.text+0x3d3): undefined reference to vtable for CWizDocumentWebView'
wizdocumentwebview.cpp:(.text+0x3de): undefined reference tovtable for CWizDocumentWebView' wizdocumentwebview.cpp:(.text+0x4b0): undefined reference to MainWindow::staticMetaObject'
wizdocumentwebview.cpp:(.text+0x55e): undefined reference tovtable for CWizDocumentWebViewRenderer' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::on_documentSaved(bool)':
wizdocumentwebview.cpp:(.text+0x719): undefined reference toMainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::inputMethodEvent(QInputMethodEvent*)':
wizdocumentwebview.cpp:(.text+0x789): undefined reference toMainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::viewDocumentInEditor(bool)':
wizdocumentwebview.cpp:(.text+0xc5b): undefined reference toMainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::saveDocument(bool)':
wizdocumentwebview.cpp:(.text+0x107c): undefined reference toMainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebViewRenderer::CWizDocumentWebViewRenderer(CWizExplorerApp&)':
wizdocumentwebview.cpp:(.text+0x11c2): undefined reference tovtable for CWizDocumentWebViewRenderer' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebView::viewDocument(WIZDOCUMENTDATA const&, bool)':
wizdocumentwebview.cpp:(.text+0x1734): undefined reference toMainWindow::staticMetaObject' wizdocumentwebview.cpp:(.text+0x1a46): undefined reference to MainWindow::staticMetaObject'
wizdocumentwebview.cpp:(.text+0x1ad0): undefined reference toMainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebViewRenderer::viewDocumentImpl()':
wizdocumentwebview.cpp:(.text+0x1d01): undefined reference toCWizDocumentWebViewRenderer::documentReady(QString const&)' CMakeFiles/wiznote.dir/wizdocumentwebview.cpp.o: In function CWizDocumentWebViewRenderer::saveDocument(QString, QString, QString, QString, int)':
wizdocumentwebview.cpp:(.text+0x203e): undefined reference toCWizDocumentWebViewRenderer::documentSaved(bool)' wizdocumentwebview.cpp:(.text+0x20b1): undefined reference to CWizDocumentWebViewRenderer::documentSaved(bool)'
CMakeFiles/wiznote.dir/wizactions.cpp.o: In functionCWizActions::animateActionFromName(QString const&)': wizactions.cpp:(.text+0x2ae2): undefined reference to typeinfo for CWizAnimateAction'
CMakeFiles/wiznote.dir/wiznotestyle.cpp.o: In functionCWizNoteStyle::drawControl(QStyle::ControlElement, QStyleOption const_, QPainter_, QWidget const_) const': wiznotestyle.cpp:(.text+0xf8): undefined reference to typeinfo for CWizDocumentListView'
wiznotestyle.cpp:(.text+0x21e): undefined reference totypeinfo for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wiznotestyle.cpp.o: In function CWizNoteStyle::drawPrimitive(QStyle::PrimitiveElement, QStyleOption const_, QPainter_, QWidget const_) const':
wiznotestyle.cpp:(.text+0x64b8): undefined reference to typeinfo for CWizCategoryBaseView' wiznotestyle.cpp:(.text+0x650c): undefined reference totypeinfo for CWizCategoryBaseView'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryBaseView::CWizCategoryBaseView(CWizExplorerApp&, QWidget*)': wizcategoryview.cpp:(.text+0x28b): undefined reference tovtable for CWizCategoryBaseView'
wizcategoryview.cpp:(.text+0x296): undefined reference to vtable for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryBaseView::showTrashContextMenu(QPoint, QString const&)':
wizcategoryview.cpp:(.text+0xc42): undefined reference to CWizCategoryBaseView::staticMetaObject' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryView::CWizCategoryView(CWizExplorerApp&, QWidget_)':
wizcategoryview.cpp:(.text+0xcec): undefined reference to vtable for CWizCategoryView' wizcategoryview.cpp:(.text+0xcf4): undefined reference tovtable for CWizCategoryView'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryView::initTrash()': wizcategoryview.cpp:(.text+0x1293): undefined reference toCWizCategoryView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryView::on_action_newFolder()': wizcategoryview.cpp:(.text+0x150b): undefined reference toCWizCategoryView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryView::on_action_deleteFolder()': wizcategoryview.cpp:(.text+0x161c): undefined reference toCWizCategoryView::staticMetaObject'
wizcategoryview.cpp:(.text+0x1707): undefined reference to CWizCategoryView::staticMetaObject' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryView::on_action_deleteFolder_confirmed()':
wizcategoryview.cpp:(.text+0x18d2): undefined reference to vtable for CWizFolder' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryTagsView::CWizCategoryTagsView(CWizExplorerApp&, QWidget_)':
wizcategoryview.cpp:(.text+0x19c0): undefined reference to vtable for CWizCategoryTagsView' wizcategoryview.cpp:(.text+0x19c8): undefined reference tovtable for CWizCategoryTagsView'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryTagsView::showAllTagsContextMenu(QPoint)': wizcategoryview.cpp:(.text+0x1aea): undefined reference toCWizCategoryTagsView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryTagsView::showTagContextMenu(QPoint)': wizcategoryview.cpp:(.text+0x1bea): undefined reference toCWizCategoryTagsView::staticMetaObject'
wizcategoryview.cpp:(.text+0x1c4b): undefined reference to CWizCategoryTagsView::staticMetaObject' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryTagsView::on_action_newTag()':
wizcategoryview.cpp:(.text+0x24fb): undefined reference to CWizCategoryTagsView::staticMetaObject' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryGroupsView::CWizCategoryGroupsView(CWizExplorerApp&, QWidget_)':
wizcategoryview.cpp:(.text+0x269c): undefined reference to vtable for CWizCategoryGroupsView' wizcategoryview.cpp:(.text+0x26a4): undefined reference tovtable for CWizCategoryGroupsView'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryGroupsView::on_action_openGroupAttribute()': wizcategoryview.cpp:(.text+0x36be): undefined reference toMainWindow::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryGroupsView::on_action_newTag()': wizcategoryview.cpp:(.text+0x372b): undefined reference toCWizCategoryGroupsView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryGroupsView::initGroup(CWizDatabase&)': wizcategoryview.cpp:(.text+0x55de): undefined reference toCWizCategoryGroupsView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryGroupsView::init()': wizcategoryview.cpp:(.text+0x5763): undefined reference toCWizCategoryGroupsView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryTagsView::initTags()': wizcategoryview.cpp:(.text+0x5cf3): undefined reference toCWizCategoryTagsView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryView::initFolders()': wizcategoryview.cpp:(.text+0x6f13): undefined reference toCWizCategoryView::staticMetaObject'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryBaseView::dropEvent(QDropEvent_)': wizcategoryview.cpp:(.text+0x7ca7): undefined reference to vtable for CWizDocument'
wizcategoryview.cpp:(.text+0x806a): undefined reference tovtable for CWizDocument' wizcategoryview.cpp:(.text+0x80cd): undefined reference to vtable for CWizFolder'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryBaseView::on_action_emptyTrash()': wizcategoryview.cpp:(.text+0xbe18): undefined reference to vtable for CWizDocument'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryView::on_action_newDocument()': wizcategoryview.cpp:(.text+0x14b1): undefined reference to CWizCategoryView::newDocument()'
CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In functionCWizCategoryBaseView::~CWizCategoryBaseView()': wizcategoryview.cpp:(.text._ZN20CWizCategoryBaseViewD2Ev[_ZN20CWizCategoryBaseViewD5Ev]+0xb): undefined reference to vtable for CWizCategoryBaseView'
wizcategoryview.cpp:(.text.ZN20CWizCategoryBaseViewD2Ev[ZN20CWizCategoryBaseViewD5Ev]+0x13): undefined reference tovtable for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wizcategoryview.cpp.o: In function CWizCategoryBaseView::~CWizCategoryBaseView()':
wizcategoryview.cpp:(.text.ZN20CWizCategoryBaseViewD0Ev[ZN20CWizCategoryBaseViewD5Ev]+0xb): undefined reference tovtable for CWizCategoryBaseView' wizcategoryview.cpp:(.text._ZN20CWizCategoryBaseViewD0Ev[_ZN20CWizCategoryBaseViewD5Ev]+0x13): undefined reference to vtable for CWizCategoryBaseView'
CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In functionCWizCategoryViewGroupItem::showContextMenu(CWizCategoryBaseView_, QPoint)': wizCategoryViewItem.cpp:(.text+0xff): undefined reference to typeinfo for CWizCategoryGroupsView'
wizCategoryViewItem.cpp:(.text+0x104): undefined reference totypeinfo for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In function CWizCategoryViewGroupRootItem::showContextMenu(CWizCategoryBaseView
, QPoint)':
wizCategoryViewItem.cpp:(.text+0x17f): undefined reference to typeinfo for CWizCategoryGroupsView' wizCategoryViewItem.cpp:(.text+0x184): undefined reference totypeinfo for CWizCategoryBaseView'
CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In function CWizCategoryViewTagItem::showContextMenu(CWizCategoryBaseView*, QPoint)': wizCategoryViewItem.cpp:(.text+0x1df): undefined reference totypeinfo for CWizCategoryTagsView'
wizCategoryViewItem.cpp:(.text+0x1e4): undefined reference to typeinfo for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In functionCWizCategoryViewAllTagsItem::showContextMenu(CWizCategoryBaseView
, QPoint)':
wizCategoryViewItem.cpp:(.text+0x21f): undefined reference to typeinfo for CWizCategoryTagsView' wizCategoryViewItem.cpp:(.text+0x224): undefined reference totypeinfo for CWizCategoryBaseView'
CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In function CWizCategoryViewFolderItem::showContextMenu(CWizCategoryBaseView_, QPoint)': wizCategoryViewItem.cpp:(.text+0x25f): undefined reference to typeinfo for CWizCategoryView'
wizCategoryViewItem.cpp:(.text+0x264): undefined reference totypeinfo for CWizCategoryBaseView' CMakeFiles/wiznote.dir/wizCategoryViewItem.cpp.o: In function CWizCategoryViewAllFoldersItem::showContextMenu(CWizCategoryBaseView*, QPoint)':
wizCategoryViewItem.cpp:(.text+0x29f): undefined reference totypeinfo for CWizCategoryView' wizCategoryViewItem.cpp:(.text+0x2a4): undefined reference to typeinfo for CWizCategoryBaseView'
CMakeFiles/wiznote.dir/wizNewDialog.cpp.o: In functionCWizNewDialog::CWizNewDialog(QString const&, QWidget_)': wizNewDialog.cpp:(.text+0x32): undefined reference to vtable for CWizNewDialog'
wizNewDialog.cpp:(.text+0x3a): undefined reference tovtable for CWizNewDialog' CMakeFiles/wiznote.dir/wizNewDialog.cpp.o: In function CWizNewDialog::~CWizNewDialog()':
wizNewDialog.cpp:(.text+0x507): undefined reference tovtable for CWizNewDialog' wizNewDialog.cpp:(.text+0x50f): undefined reference to vtable for CWizNewDialog'
CMakeFiles/wiznote.dir/wizNewDialog.cpp.o: In functionCWizNewDialog::~CWizNewDialog()': wizNewDialog.cpp:(.text+0x547): undefined reference to vtable for CWizNewDialog'
CMakeFiles/wiznote.dir/wizNewDialog.cpp.o:wizNewDialog.cpp:(.text+0x54f): more undefined references tovtable for CWizNewDialog' follow CMakeFiles/wiznote.dir/newtagdialog.cpp.o: In function NewTagDialog::NewTagDialog(QWidget
)':
newtagdialog.cpp:(.text+0x2a): undefined reference to vtable for NewTagDialog' newtagdialog.cpp:(.text+0x32): undefined reference tovtable for NewTagDialog'
CMakeFiles/wiznote.dir/newtagdialog.cpp.o: In function NewTagDialog::~NewTagDialog()': newtagdialog.cpp:(.text+0x4c7): undefined reference tovtable for NewTagDialog'
newtagdialog.cpp:(.text+0x4cf): undefined reference to vtable for NewTagDialog' CMakeFiles/wiznote.dir/newtagdialog.cpp.o: In functionNewTagDialog::~NewTagDialog()':
newtagdialog.cpp:(.text+0x507): undefined reference to vtable for NewTagDialog' CMakeFiles/wiznote.dir/newtagdialog.cpp.o:newtagdialog.cpp:(.text+0x50f): more undefined references tovtable for NewTagDialog' follow
CMakeFiles/wiznote.dir/wizdownloadobjectdatadialog.cpp.o: In function CWizDownloadObjectDataDialog::CWizDownloadObjectDataDialog(CWizDatabaseManager&, QWidget*)': wizdownloadobjectdatadialog.cpp:(.text+0x31): undefined reference tovtable for CWizDownloadObjectDataDialog'
wizdownloadobjectdatadialog.cpp:(.text+0x39): undefined reference to vtable for CWizDownloadObjectDataDialog' CMakeFiles/wiznote.dir/wizdownloadobjectdatadialog.cpp.o: In functionCWizDownloadObjectDataDialog::~CWizDownloadObjectDataDialog()':
wizdownloadobjectdatadialog.cpp:(.text+0x70b): undefined reference to vtable for CWizDownloadObjectDataDialog' wizdownloadobjectdatadialog.cpp:(.text+0x713): undefined reference tovtable for CWizDownloadObjectDataDialog'
CMakeFiles/wiznote.dir/wizdownloadobjectdatadialog.cpp.o: In function CWizDownloadObjectDataDialog::~CWizDownloadObjectDataDialog()': wizdownloadobjectdatadialog.cpp:(.text+0x78b): undefined reference tovtable for CWizDownloadObjectDataDialog'
CMakeFiles/wiznote.dir/wizdownloadobjectdatadialog.cpp.o:wizdownloadobjectdatadialog.cpp:(.text+0x793): more undefined references to vtable for CWizDownloadObjectDataDialog' follow CMakeFiles/wiznote.dir/wizdownloadobjectdatadialog.cpp.o: In functionCWizDownloadObjectDataDialog::downloader_done(bool)':
wizdownloadobjectdatadialog.cpp:(.text+0x9e4): undefined reference to CWizDownloadObjectDataDialog::staticMetaObject' CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In functionCWizAttachmentListView::CWizAttachmentListView(CWizExplorerApp&, QWidget
)':
wizattachmentlistwidget.cpp:(.text+0x26): undefined reference to vtable for CWizAttachmentListView' wizattachmentlistwidget.cpp:(.text+0x31): undefined reference tovtable for CWizAttachmentListView'
wizattachmentlistwidget.cpp:(.text+0xef): undefined reference to MainWindow::staticMetaObject' CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In functionCWizAttachmentListView::openAttachment(CWizAttachmentListViewItem_)':
wizattachmentlistwidget.cpp:(.text+0xd1a): undefined reference to CWizAttachmentListView::staticMetaObject' CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In functionCWizAttachmentListView::addAttachments()':
wizattachmentlistwidget.cpp:(.text+0x113a): undefined reference to CWizAttachmentListView::staticMetaObject' wizattachmentlistwidget.cpp:(.text+0x1178): undefined reference toCWizAttachmentListView::staticMetaObject'
wizattachmentlistwidget.cpp:(.text+0x1191): undefined reference to CWizAttachmentListView::staticMetaObject' CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In functionCWizAttachmentListWidget::CWizAttachmentListWidget(CWizExplorerApp&, QWidget_)':
wizattachmentlistwidget.cpp:(.text+0x1852): undefined reference to vtable for CWizAttachmentListWidget' wizattachmentlistwidget.cpp:(.text+0x185a): undefined reference tovtable for CWizAttachmentListWidget'
wizattachmentlistwidget.cpp:(.text+0x1b68): undefined reference to CWizAttachmentListWidget::staticMetaObject' wizattachmentlistwidget.cpp:(.text+0x1c17): undefined reference toCWizAttachmentListWidget::staticMetaObject'
CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In function CWizAttachmentListView::on_action_saveAttachmentAs()': wizattachmentlistwidget.cpp:(.text+0x22d9): undefined reference toCWizAttachmentListView::staticMetaObject'
wizattachmentlistwidget.cpp:(.text+0x27a6): undefined reference to CWizAttachmentListView::staticMetaObject' wizattachmentlistwidget.cpp:(.text+0x2e18): undefined reference toCWizAttachmentListView::staticMetaObject'
CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In function CWizPopupWidget::~CWizPopupWidget()': wizattachmentlistwidget.cpp:(.text._ZN15CWizPopupWidgetD2Ev[_ZN15CWizPopupWidgetD5Ev]+0xf): undefined reference tovtable for CWizPopupWidget'
wizattachmentlistwidget.cpp:(.text._ZN15CWizPopupWidgetD2Ev[_ZN15CWizPopupWidgetD5Ev]+0x17): undefined reference to vtable for CWizPopupWidget' CMakeFiles/wiznote.dir/wizattachmentlistwidget.cpp.o: In functionCWizPopupWidget::~CWizPopupWidget()':
wizattachmentlistwidget.cpp:(.text.ZN15CWizPopupWidgetD0Ev[ZN15CWizPopupWidgetD5Ev]+0xf): undefined reference to vtable for CWizPopupWidget' wizattachmentlistwidget.cpp:(.text._ZN15CWizPopupWidgetD0Ev[_ZN15CWizPopupWidgetD5Ev]+0x17): undefined reference tovtable for CWizPopupWidget'
CMakeFiles/wiznote.dir/wiztaglistwidget.cpp.o: In function CWizTagListWidget::on_tagCheckBox_checked(CWizTagCheckBox_, int)': wiztaglistwidget.cpp:(.text+0x105): undefined reference to vtable for CWizDocument'
CMakeFiles/wiznote.dir/wiztaglistwidget.cpp.o: In functionCWizTagCheckBox::CWizTagCheckBox(WIZTAGDATA const&, QWidget_)': wiztaglistwidget.cpp:(.text+0x1f4): undefined reference to vtable for CWizTagCheckBox'
wiztaglistwidget.cpp:(.text+0x1fc): undefined reference tovtable for CWizTagCheckBox' CMakeFiles/wiznote.dir/wiztaglistwidget.cpp.o: In function CWizTagListWidget::CWizTagListWidget(CWizDatabaseManager&, QWidget
)':
wiztaglistwidget.cpp:(.text+0x2b6): undefined reference to vtable for CWizTagListWidget' wiztaglistwidget.cpp:(.text+0x2be): undefined reference tovtable for CWizTagListWidget'
wiztaglistwidget.cpp:(.text+0x3d6): undefined reference to CWizTagListWidget::staticMetaObject' CMakeFiles/wiznote.dir/wiztaglistwidget.cpp.o: In functionCWizTagListWidget::setDocument(WIZDOCUMENTDATA const&)':
wiztaglistwidget.cpp:(.text+0xbae): undefined reference to vtable for CWizTagCheckBox' wiztaglistwidget.cpp:(.text+0xbb6): undefined reference tovtable for CWizTagCheckBox'
CMakeFiles/wiznote.dir/wiztaglistwidget.cpp.o: In function CWizTagCheckBox::on_checkbox_checked(int)': wiztaglistwidget.cpp:(.text+0x286): undefined reference toCWizTagCheckBox::tagChecked(CWizTagCheckBox
, int)'
CMakeFiles/wiznote.dir/wizconsoledialog.cpp.o: In function CWizConsoleDialog::CWizConsoleDialog(CWizExplorerApp&, QWidget_)': wizconsoledialog.cpp:(.text+0x1a4): undefined reference to vtable for CWizConsoleDialog'
wizconsoledialog.cpp:(.text+0x1ac): undefined reference tovtable for CWizConsoleDialog' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In function CWizPreferenceWindow::on_radioAuto_clicked(bool)':
wizpreferencedialog.cpp:(.text+0xa7): undefined reference toCWizPreferenceWindow::settingsChanged(WizOptionsType)' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In function CWizPreferenceWindow::on_radioAlwaysReading_clicked(bool)':
wizpreferencedialog.cpp:(.text+0x187): undefined reference toCWizPreferenceWindow::settingsChanged(WizOptionsType)' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In function CWizPreferenceWindow::on_radioAlwaysEditing_clicked(bool)':
wizpreferencedialog.cpp:(.text+0x264): undefined reference toCWizPreferenceWindow::settingsChanged(WizOptionsType)' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In function CWizPreferenceWindow::on_checkAutoSync_clicked(bool)':
wizpreferencedialog.cpp:(.text+0x33c): undefined reference toCWizPreferenceWindow::settingsChanged(WizOptionsType)' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In function CWizPreferenceWindow::on_checkDownloadAllNotesData_clicked(bool)':
wizpreferencedialog.cpp:(.text+0x40c): undefined reference toCWizPreferenceWindow::settingsChanged(WizOptionsType)' CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o:wizpreferencedialog.cpp:(.text+0x479): more undefined references to CWizPreferenceWindow::settingsChanged(WizOptionsType)' follow
CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In functionCWizPreferenceWindow::accept()': wizpreferencedialog.cpp:(.text+0x635): undefined reference to CWizPreferenceWindow::restartForSettings()'
CMakeFiles/wiznote.dir/wizpreferencedialog.cpp.o: In functionCWizPreferenceWindow::CWizPreferenceWindow(CWizExplorerApp&, QWidget_)': wizpreferencedialog.cpp:(.text+0x745): undefined reference to vtable for CWizPreferenceWindow'
wizpreferencedialog.cpp:(.text+0x74d): undefined reference tovtable for CWizPreferenceWindow' wizpreferencedialog.cpp:(.text+0xef4): undefined reference to CWizPreferenceWindow::staticMetaObject'
CMakeFiles/wiznote.dir/wizaboutdialog.cpp.o: In functionAboutDialog::AboutDialog(CWizExplorerApp&, QWidget_)': wizaboutdialog.cpp:(.text+0x36): undefined reference to vtable for AboutDialog'
wizaboutdialog.cpp:(.text+0x3e): undefined reference tovtable for AboutDialog' wizaboutdialog.cpp:(.text+0x5ed): undefined reference to AboutDialog::staticMetaObject'
CMakeFiles/wiznote.dir/wizaboutdialog.cpp.o: In functionAboutDialog::~AboutDialog()': wizaboutdialog.cpp:(.text+0xed7): undefined reference to vtable for AboutDialog'
wizaboutdialog.cpp:(.text+0xedf): undefined reference tovtable for AboutDialog' CMakeFiles/wiznote.dir/wizaboutdialog.cpp.o: In function AboutDialog::~AboutDialog()':
wizaboutdialog.cpp:(.text+0xf17): undefined reference tovtable for AboutDialog' wizaboutdialog.cpp:(.text+0xf1f): undefined reference to vtable for AboutDialog'
CMakeFiles/wiznote.dir/wizwelcomedialog.cpp.o: In functionWelcomeDialog::accept()': wizwelcomedialog.cpp:(.text+0x268): undefined reference to WelcomeDialog::staticMetaObject'
wizwelcomedialog.cpp:(.text+0x319): undefined reference toWelcomeDialog::staticMetaObject' CMakeFiles/wiznote.dir/wizwelcomedialog.cpp.o: In function WelcomeDialog::verifyAccountDone(bool, int, QString const&)':
wizwelcomedialog.cpp:(.text+0xa61): undefined reference toWelcomeDialog::staticMetaObject' wizwelcomedialog.cpp:(.text+0xb18): undefined reference to WelcomeDialog::staticMetaObject'
wizwelcomedialog.cpp:(.text+0xc69): undefined reference toWelcomeDialog::staticMetaObject' CMakeFiles/wiznote.dir/wizwelcomedialog.cpp.o: In function WelcomeDialog::~WelcomeDialog()':
wizwelcomedialog.cpp:(.text+0x229b): undefined reference tovtable for WelcomeDialog' wizwelcomedialog.cpp:(.text+0x22a3): undefined reference to vtable for WelcomeDialog'
wizwelcomedialog.cpp:(.text+0x22b8): undefined reference tovtable for CWizVerifyAccount' CMakeFiles/wiznote.dir/wizwelcomedialog.cpp.o: In function WelcomeDialog::WelcomeDialog(QString const&, QString const&, QWidget*)':
wizwelcomedialog.cpp:(.text+0x23a6): undefined reference tovtable for WelcomeDialog' wizwelcomedialog.cpp:(.text+0x23ae): undefined reference to vtable for WelcomeDialog'
wizwelcomedialog.cpp:(.text+0x2420): undefined reference tovtable for CWizVerifyAccount' wizwelcomedialog.cpp:(.text+0x243c): undefined reference to WelcomeDialog::staticMetaObject'
wizwelcomedialog.cpp:(.text+0x2ba6): undefined reference tovtable for CWizVerifyAccount' CMakeFiles/wiznote.dir/wizwelcomedialog.cpp.o: In function WelcomeDialog::~WelcomeDialog()':
wizwelcomedialog.cpp:(.text+0x2dab): undefined reference tovtable for WelcomeDialog' wizwelcomedialog.cpp:(.text+0x2db3): undefined reference to vtable for WelcomeDialog'
wizwelcomedialog.cpp:(.text+0x2dc8): undefined reference tovtable for CWizVerifyAccount' CMakeFiles/wiznote.dir/wizproxydialog.cpp.o: In function ProxyDialog::ProxyDialog(QWidget*)':
wizproxydialog.cpp:(.text+0x1e): undefined reference tovtable for ProxyDialog' wizproxydialog.cpp:(.text+0x26): undefined reference to vtable for ProxyDialog'
CMakeFiles/wiznote.dir/wizproxydialog.cpp.o: In functionProxyDialog::~ProxyDialog()': wizproxydialog.cpp:(.text+0x2b7): undefined reference to vtable for ProxyDialog'
wizproxydialog.cpp:(.text+0x2bf): undefined reference tovtable for ProxyDialog' CMakeFiles/wiznote.dir/wizproxydialog.cpp.o: In function ProxyDialog::~ProxyDialog()':
wizproxydialog.cpp:(.text+0x2f7): undefined reference tovtable for ProxyDialog' CMakeFiles/wiznote.dir/wizproxydialog.cpp.o:wizproxydialog.cpp:(.text+0x2ff): more undefined references to vtable for ProxyDialog' follow
CMakeFiles/wiznote.dir/wizcreateaccountdialog.cpp.o: In functionCreateAccountDialog::accept()': wizcreateaccountdialog.cpp:(.text+0xb6): undefined reference to CreateAccountDialog::staticMetaObject'
wizcreateaccountdialog.cpp:(.text+0x29e): undefined reference toCreateAccountDialog::staticMetaObject' CMakeFiles/wiznote.dir/wizcreateaccountdialog.cpp.o: In function CreateAccountDialog::~CreateAccountDialog()':
wizcreateaccountdialog.cpp:(.text+0x5bb): undefined reference tovtable for CreateAccountDialog' wizcreateaccountdialog.cpp:(.text+0x5c3): undefined reference to vtable for CreateAccountDialog'
wizcreateaccountdialog.cpp:(.text+0x5d8): undefined reference tovtable for CWizCreateAccount' CMakeFiles/wiznote.dir/wizcreateaccountdialog.cpp.o: In function CreateAccountDialog::CreateAccountDialog(QWidget*)':
wizcreateaccountdialog.cpp:(.text+0x63e): undefined reference tovtable for CreateAccountDialog' wizcreateaccountdialog.cpp:(.text+0x646): undefined reference to vtable for CreateAccountDialog'
wizcreateaccountdialog.cpp:(.text+0x6f5): undefined reference tovtable for CWizCreateAccount' CMakeFiles/wiznote.dir/wizcreateaccountdialog.cpp.o: In function CreateAccountDialog::~CreateAccountDialog()':
wizcreateaccountdialog.cpp:(.text+0x71b): undefined reference tovtable for CreateAccountDialog' wizcreateaccountdialog.cpp:(.text+0x723): undefined reference to vtable for CreateAccountDialog'
wizcreateaccountdialog.cpp:(.text+0x738): undefined reference tovtable for CWizCreateAccount' CMakeFiles/wiznote.dir/wizmainwindow.cpp.o: In function MainWindow::initToolBar()':
wizmainwindow.cpp:(.text+0xf25): undefined reference to`MainWindow::staticMetaObje

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.