Replace boost::optional with std::optional (#4877)
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
#include "providers/irc/Irc2.hpp"
|
||||
#include "widgets/BaseWindow.hpp"
|
||||
|
||||
#include <boost/optional.hpp>
|
||||
#include <QDialog>
|
||||
|
||||
#include <optional>
|
||||
|
||||
namespace Ui {
|
||||
class IrcConnectionEditor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user